diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 0000000..46344a8 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,13 @@ +name: Close stale issues and PRs +on: + schedule: + - cron: 00 02 * * * + +permissions: + issues: write + pull-requests: write + +jobs: + stale: + name: Stale + uses: dgraph-io/.github/.github/workflows/stale.yml@main