From a184f8fe8966e73432ee11ac9abb97f56152cdbf Mon Sep 17 00:00:00 2001 From: Constrat <56174894+Constrat@users.noreply.github.com> Date: Wed, 1 Jan 2025 15:32:12 +0100 Subject: [PATCH] ci: increase operations-per-run stale.yml [skip changelog] --- .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 8e84715b98..b8a25fb58c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -34,5 +34,5 @@ jobs: days-before-pr-close: -1 # Completely disable closing for PRs # Temporary to reduce the huge issues number - # operations-per-run: 500 + operations-per-run: 100 debug-only: false