mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
raise operations-per-run for issue workflow to 500 (#2925)
- default value is 30 - limit per hour is 1000 This should help getting the count of open issues down.
This commit is contained in:
commit
7a78a83651
1
.github/workflows/close-inactive-issues.yml
vendored
1
.github/workflows/close-inactive-issues.yml
vendored
@ -24,3 +24,4 @@ jobs:
|
||||
days-before-pr-stale: -1
|
||||
days-before-pr-close: -1
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
operations-per-run: 500
|
||||
|
Loading…
Reference in New Issue
Block a user