mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-09 00:52:30 -06: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:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user