Bump operations-per-run parameter in stale issues action (#18276)
Release Notes: - N/A
This commit is contained in:
parent
336b4a5690
commit
3a2f0653d1
1 changed files with 1 additions and 1 deletions
2
.github/workflows/close_stale_issues.yml
vendored
2
.github/workflows/close_stale_issues.yml
vendored
|
@ -25,7 +25,7 @@ jobs:
|
|||
days-before-stale: 180
|
||||
days-before-close: 7
|
||||
any-of-issue-labels: "defect,panic / crash"
|
||||
operations-per-run: 200
|
||||
operations-per-run: 1000
|
||||
ascending: true
|
||||
enable-statistics: true
|
||||
stale-issue-label: "stale"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue