From 565e9233fe13855d2e642892639bc6dbf3f23d4e Mon Sep 17 00:00:00 2001 From: rezzorix <72935517+rezzorix@users.noreply.github.com> Date: Wed, 21 Sep 2022 18:27:18 +0800 Subject: [PATCH] Update stale-bot.yml Adding "operations-per-run: 90" to ensure the action catches all 600+ items that need to be processed etc. If not defined, the default is 30 which captures only about 200 items a run which is not enough. --- .github/workflows/stale-bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale-bot.yml b/.github/workflows/stale-bot.yml index 34a42d60..3f13b115 100644 --- a/.github/workflows/stale-bot.yml +++ b/.github/workflows/stale-bot.yml @@ -20,3 +20,4 @@ jobs: exempt-pr-labels: 'awaiting-approval,work-in-progress,enhancement,feature-request' exempt-issue-assignees: 'louislam' exempt-pr-assignees: 'louislam' + operations-per-run: 90