From 8711ae9d934ec2999de172addbea3d2bca32d3cc Mon Sep 17 00:00:00 2001 From: Akita Noek Date: Sun, 16 Jan 2022 07:16:46 -0700 Subject: [PATCH] Bump up stalebot ops per run, work from the oldest issues to newest --- .github/workflows/stale-issues.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/stale-issues.yml b/.github/workflows/stale-issues.yml index 5d64d58112..64dd1c5f5b 100644 --- a/.github/workflows/stale-issues.yml +++ b/.github/workflows/stale-issues.yml @@ -27,5 +27,6 @@ jobs: days-before-pr-close: 15 remove-issue-stale-when-updated: true remove-pr-stale-when-updated: true - operations-per-run: 100 + ascending: true + operations-per-run: 500 debug-only: false