From ba757b64e8b61fe793c903f9760ac079ffccc2d2 Mon Sep 17 00:00:00 2001 From: Don <32144818+Don-Swanson@users.noreply.github.com> Date: Mon, 15 Sep 2025 08:31:29 -0500 Subject: [PATCH] Update stale.yml --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 7051b2e..a51e8be 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -27,6 +27,7 @@ jobs: # Disabled PR Closing for now, but pre-staged the settings days-before-pr-stale: -1 days-before-pr-close: -1 + operations-per-run: 100 stale-pr-message: "This PR appears to be stale. If it is still valid please comment within 14 days or it will be auto-closed." close-pr-message: "This PR was closed as stale." exempt-issue-labels: 'keep-open,enhancement,critical,dependencies,documentation'