From abfc5f1eb4b30a5d92360ab5e3a945670c29c018 Mon Sep 17 00:00:00 2001 From: Devin Dooley Date: Fri, 6 Jun 2025 20:34:35 +0000 Subject: [PATCH] Increase stale operations per run to 300 --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8c8b0ddf..c7dcb74f 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,3 +29,4 @@ jobs: exempt-pr-labels: 'keep' close-issue-reason: not_planned ascending: true # Sort PRs by last updated date in ascending order + operations-per-run: 300