Chore: Adjust stale config to start from oldest first and increase operations limit (#80791)

adjust to do oldest first and increase operations limit
pull/80798/head
Ashley Harrison 1 year ago committed by GitHub
parent 950d57c0f5
commit a1a9813d05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 4
      .github/workflows/stale.yml

@ -14,7 +14,9 @@ jobs:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 500
operations-per-run: 750
# start from the oldest issues/PRs when performing stale operations
ascending: true
days-before-issue-stale: 365
days-before-issue-close: 30
stale-issue-label: stale

Loading…
Cancel
Save