.github/workflows/stale.yml: increase operations limit
By setting `ascending` to `true`, the most stale issues and PRs will be caught first. By increasing the operations limit from the default (30) to 250, more stale issues/PRs will be caught each run, increasing the speed of the burndown.
This commit is contained in:
parent
038ce32010
commit
c16bf1e4fe
|
@ -17,3 +17,5 @@ jobs:
|
||||||
days-before-stale: 90
|
days-before-stale: 90
|
||||||
days-before-close: 14
|
days-before-close: 14
|
||||||
exempt-all-assignees: true
|
exempt-all-assignees: true
|
||||||
|
ascending: true
|
||||||
|
operations-per-run: 250
|
||||||
|
|
Loading…
Reference in New Issue