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:
Chocobo1 2021-08-10 13:02:23 +08:00
commit 9d9f774dad
No known key found for this signature in database
GPG key ID: 210D9C873253A68C

View file

@ -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