From 027cc19dc58447568a1a755dd172e81f93666069 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade Date: Fri, 18 Feb 2022 15:38:39 +0200 Subject: [PATCH] Process more stale PRs, oldest first --- .github/workflows/stale.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index fc0c15dc0a6005..25e29e83dff2bd 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -23,6 +23,8 @@ jobs: stale-pr-label: 'stale' days-before-stale: 30 days-before-close: -1 + ascending: true + operations-per-run: 120 - name: "Check PRs with 'CLA not signed' label" uses: actions/stale@v4 @@ -34,3 +36,5 @@ jobs: close-pr-message: 'Closing this stale PR because the CLA is still not signed.' days-before-stale: 30 days-before-close: 14 + ascending: true + operations-per-run: 120