From 5df79d92337b1db3513d44a3d390efc7884b4b4d Mon Sep 17 00:00:00 2001 From: Reinier van der Leer Date: Wed, 6 Sep 2023 22:47:06 +0200 Subject: [PATCH] Increase autostale cap to process backlog --- .github/workflows/close-stale-issues.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/close-stale-issues.yml b/.github/workflows/close-stale-issues.yml index e4743945..38bc39d7 100644 --- a/.github/workflows/close-stale-issues.yml +++ b/.github/workflows/close-stale-issues.yml @@ -13,6 +13,7 @@ jobs: steps: - uses: actions/stale@v8 with: + operations-per-run: 750 stale-issue-message: > This issue has automatically been marked as _stale_ because it has not had any activity in the last 50 days. You can _unstale_ it by commenting or