From aa8453f9d6a5c00be0902827ce81e8483046fd94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Fri, 24 Nov 2023 18:02:25 +0100 Subject: [PATCH] CI: set operations-per-run to 500 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan-Otto Kröpke --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index e7db868b..9331ea79 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,5 +17,5 @@ jobs: exempt-issue-labels: 'lifecycle/frozen' days-before-stale: 90 days-before-close: 30 - enable-statistics: true - operations-per-run: 100 + enable-statistics: false + operations-per-run: 500