From 6a18174266e84eea1b99381807d2a6c1daa9a4b4 Mon Sep 17 00:00:00 2001 From: Matthew Coleman Date: Tue, 14 Oct 2025 22:51:37 -0400 Subject: [PATCH] chore: turn up the number of stale issue ops from 30 to 500 --- .github/workflows/stale.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yaml b/.github/workflows/stale.yaml index c626b4718..fd61041de 100644 --- a/.github/workflows/stale.yaml +++ b/.github/workflows/stale.yaml @@ -25,4 +25,5 @@ jobs: close-issue-message: "This issue has been closed for inactivity. Please re-open if this was a mistake." exempt-issue-labels: "lifecycle/keep" stale-issue-label: "lifecycle/stale" + operations-per-run: 500 # Must respect GitHub API limits debug-only: false # Set this to 'true' to disable stale issue management