From bc05653a72b4a87832239395ed43a015469670fd Mon Sep 17 00:00:00 2001 From: SoftFever Date: Thu, 16 Nov 2023 23:25:28 +0800 Subject: [PATCH] orca bot: processing issues in ascending order --- .github/workflows/orca_bot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/orca_bot.yml b/.github/workflows/orca_bot.yml index a60a9b6205..67a7e6532f 100644 --- a/.github/workflows/orca_bot.yml +++ b/.github/workflows/orca_bot.yml @@ -16,6 +16,7 @@ jobs: days-before-issue-close: 14 operations-per-run: 1000 stale-issue-label: "stale" + ascending: true 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." days-before-pr-stale: -1