From a7606c0f14e321cc2f8e5eb8170a38d4eee0684d Mon Sep 17 00:00:00 2001 From: Manfred Riem <15701806+mnriem@users.noreply.github.com> Date: Fri, 20 Mar 2026 14:05:51 -0500 Subject: [PATCH] ci: increase stale workflow operations-per-run to 250 (#1922) --- .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 d2836b79..f09d05f3 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -39,4 +39,4 @@ jobs: any-of-labels: '' # Operations per run (helps avoid rate limits) - operations-per-run: 100 + operations-per-run: 250