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

adjust to do oldest first and increase operations limit
This commit is contained in:
Ashley Harrison 2024-01-18 11:48:59 +00:00 committed by GitHub
parent 950d57c0f5
commit a1a9813d05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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