MORE operations

- Increase "Close Issues" operations count again
This commit is contained in:
Cael Warner 2021-12-18 18:01:03 -08:00 committed by GitHub
parent 521102556a
commit c5a3306d56
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,5 +20,5 @@ jobs:
close-issue-message: "This issue has been closed since it has been inactive for 3 weeks since it was marked as stale."
days-before-pr-stale: -1
days-before-pr-close: -1
operations-per-run: 1000
operations-per-run: 10000
repo-token: ${{ secrets.GITHUB_TOKEN }}