🌱 workflows/stale: Update workflow to increase operations-per-run to process more issues (#3483)

* Update workflow to increase operations per run to process more issues

* 🌱 workflows/stale: Increased operations-per-run from default and reduced days to close stale issues
This commit is contained in:
afmarcum 2023-09-15 20:08:46 -05:00 committed by GitHub
parent e515c2a8bd
commit 4a0e3fffff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,4 +43,5 @@ jobs:
days-before-pr-stale: '10'
days-before-pr-close: '20'
days-before-issue-stale: '60'
days-before-issue-close: '67'
days-before-issue-close: '7'
operations-per-run: '100'