Increased Operations per run in stale.yml

The default operations per run is 30 which would be consumed on the reprocessing already-marked issues. Greatly increased the operations per run to process all issues and pull request (~200 + 83 * 5).
This commit is contained in:
Derek Bailey 2020-06-15 10:05:53 -07:00 committed by GitHub
parent 64922904bc
commit 6682cfe870
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,3 +17,4 @@ jobs:
stale-issue-message: 'This issue is stale because it has been open 6 months with no activity. Please comment or this will be closed in 14 days.'
days-before-stale: 182 # 6 months
days-before-close: 14
operations-per-run: 1500