From a1551bcf2b7a3b82d117953127830c19dd708277 Mon Sep 17 00:00:00 2001 From: Rip&Tear <84775494+theCyberTech@users.noreply.github.com> Date: Tue, 20 Aug 2024 12:54:26 +0800 Subject: [PATCH] Update operations-per-run in stale.yml operations-per-run: 1200 this will allow for complete cleanup of all exiting issues --- .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 d93907c25..546b983a7 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -24,4 +24,4 @@ jobs: stale-pr-message: 'This PR is stale because it has been open for 45 days with no activity.' days-before-pr-stale: 45 days-before-pr-close: -1 - operations-per-run: 500 + operations-per-run: 1200