From 8588fe24975e63780bb93fe817433898adeb2a9a Mon Sep 17 00:00:00 2001 From: si458 Date: Tue, 10 Jun 2025 09:51:37 +0100 Subject: [PATCH] fix stale bot Signed-off-by: si458 --- .github/workflows/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8ce551e1..fa570d2c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -30,4 +30,5 @@ jobs: # Other configurations exempt-draft-pr: true - operations-per-run: 100 \ No newline at end of file + operations-per-run: 1000 + ascending: true \ No newline at end of file