From 916da3d2a59578efca2c1a889c4470dd9819faf8 Mon Sep 17 00:00:00 2001 From: Lena <241371603+zelenenka@users.noreply.github.com> Date: Fri, 23 Jan 2026 09:49:50 +0000 Subject: [PATCH] Increase operations/run for stalebot (#47459) It's been running out of operations before it could do everything it's supposed to do. Release Notes: - N/A --- .github/workflows/community_close_stale_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/community_close_stale_issues.yml b/.github/workflows/community_close_stale_issues.yml index 6347b713257f49c02f981774faa0d0359e05e4d3..8bf21ec498ca22f180daaca596d2375be9e5b9ce 100644 --- a/.github/workflows/community_close_stale_issues.yml +++ b/.github/workflows/community_close_stale_issues.yml @@ -32,7 +32,7 @@ jobs: days-before-stale: 60 days-before-close: 14 only-issue-types: "Bug,Crash" - operations-per-run: ${{ inputs.operations-per-run || 1000 }} + operations-per-run: ${{ inputs.operations-per-run || 2000 }} ascending: true enable-statistics: true debug-only: ${{ inputs.debug-only }}