From 9d9f774dad4600b7a4affe39adbb2366d2b1fa73 Mon Sep 17 00:00:00 2001 From: Chocobo1 Date: Tue, 10 Aug 2021 13:02:23 +0800 Subject: [PATCH] Handle more PR per run Previously only about ~27 PR are scanned per run, this commit attempt to handle all open PR at once. --- .github/workflows/stale_bot.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale_bot.yaml b/.github/workflows/stale_bot.yaml index 1971dcce7..5d5006a5e 100644 --- a/.github/workflows/stale_bot.yaml +++ b/.github/workflows/stale_bot.yaml @@ -19,3 +19,4 @@ jobs: days-before-pr-close: 7 exempt-all-pr-assignees: true # avoid stale for all PR with assignees exempt-all-pr-milestones: true # avoid stale for all PR with milestones + operations-per-run: 200