From b26cfea2ba5057be647245a0dae6820525906fcf Mon Sep 17 00:00:00 2001 From: Manu Zhang Date: Wed, 17 Jan 2024 18:37:08 +0800 Subject: [PATCH] Infra: Check stale issues in ascending order (#9489) We have so many issues that only latest ones are checked for staleness due to rate limit --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 3c98621c2beb..a9eb38de0aac 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -47,3 +47,4 @@ jobs: close-issue-message: > This issue has been closed because it has not received any activity in the last 14 days since being marked as 'stale' + ascending: true