mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-01-14 00:06:52 +01:00
Hopefully no rate limiting
- Increase "Close Issues" action operation limit
This commit is contained in:
parent
34aa336683
commit
521102556a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/close_issues.yml
vendored
2
.github/workflows/close_issues.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue