From e018e0ade0369db3d7c5a85de23635a352e72279 Mon Sep 17 00:00:00 2001 From: SoftFever Date: Mon, 6 Nov 2023 13:36:16 +0800 Subject: [PATCH] Update orca_bot.yml (#2625) increase operations-per-run to 3000 --- .github/workflows/orca_bot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/orca_bot.yml b/.github/workflows/orca_bot.yml index 17b1712382..0bbc5f9fa8 100644 --- a/.github/workflows/orca_bot.yml +++ b/.github/workflows/orca_bot.yml @@ -14,7 +14,7 @@ jobs: with: days-before-issue-stale: 90 days-before-issue-close: 14 - operations-per-run: 200 + operations-per-run: 3000 stale-issue-label: "stale" stale-issue-message: "GitHub bot: this issue is stale because it has been open for 90 days with no activity." close-issue-message: "GitHub bot: This issue was closed because it has been inactive for 14 days since being marked as stale."