From 53bbee75f01f1a172f60e06eef2996b4e8a4bd7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan-Otto=20Kr=C3=B6pke?= Date: Thu, 23 Nov 2023 20:28:21 +0100 Subject: [PATCH] CI: set operations-per-run to 100 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d6646af6..e7db868b 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -18,3 +18,4 @@ jobs: days-before-stale: 90 days-before-close: 30 enable-statistics: true + operations-per-run: 100