mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 21:33:27 -07:00
Handle more PR per run
Previously only about ~27 PR are scanned per run, this commit attempt to handle all open PR at once.
This commit is contained in:
parent
4ed99ba851
commit
9d9f774dad
1 changed files with 1 additions and 0 deletions
1
.github/workflows/stale_bot.yaml
vendored
1
.github/workflows/stale_bot.yaml
vendored
|
@ -19,3 +19,4 @@ jobs:
|
||||||
days-before-pr-close: 7
|
days-before-pr-close: 7
|
||||||
exempt-all-pr-assignees: true # avoid stale for all PR with assignees
|
exempt-all-pr-assignees: true # avoid stale for all PR with assignees
|
||||||
exempt-all-pr-milestones: true # avoid stale for all PR with milestones
|
exempt-all-pr-milestones: true # avoid stale for all PR with milestones
|
||||||
|
operations-per-run: 200
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue