git: Increase stale issue operations to 200
This commit is contained in:
parent
fafce72c01
commit
e9f7908afb
3
.github/workflows/stale_issues.yml
vendored
3
.github/workflows/stale_issues.yml
vendored
@ -13,7 +13,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
operations-per-run: '100'
|
||||
operations-per-run: '200'
|
||||
ascending: true
|
||||
days-before-issue-stale: 334
|
||||
days-before-issue-close: 30
|
||||
stale-issue-label: "stale"
|
||||
|
Loading…
Reference in New Issue
Block a user