From 437c60f3fed1a8c544efee4b2a9d4111227df71a Mon Sep 17 00:00:00 2001 From: Alexander01998 Date: Thu, 9 Nov 2023 09:36:31 +0100 Subject: [PATCH] Change operations per run to 50 I'm aiming for ~10 stales/closes per day. Unfortunately I can't specify that directly and instead have to estimate it based on the operations per day. --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d03ba0245c..6373e4bcc8 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -33,5 +33,5 @@ jobs: days-before-close: 7 stale-issue-label: "status:stale" stale-pr-label: "status:stale" - operations-per-run: 30 + operations-per-run: 50 enable-statistics: true