Increase limit on stale.yml items processed

This commit is contained in:
Derek Bailey 2023-03-03 17:02:14 -08:00 committed by GitHub
parent 42ee479c31
commit 32a6744286
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
- uses: actions/stale@v7.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
operations-per-run: 50
operations-per-run: 500
exempt-all-milestones: true
remove-stale-when-updated: true