Hopefully no rate limiting

- Increase "Close Issues" action operation limit
This commit is contained in:
Cael Warner 2021-12-16 00:26:07 -08:00 committed by GitHub
parent 34aa336683
commit 521102556a
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: 300
operations-per-run: 1000
repo-token: ${{ secrets.GITHUB_TOKEN }}