From efd331ea1093f20393c41b5f82a2b2e60613776e Mon Sep 17 00:00:00 2001 From: Nev Wylie <54870357+MSNev@users.noreply.github.com> Date: Mon, 5 May 2025 14:54:32 -0700 Subject: [PATCH] Reduce Stale period --- .github/workflows/stale-assigned.yml | 2 +- .github/workflows/stale.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale-assigned.yml b/.github/workflows/stale-assigned.yml index 7aceb75ca..198459532 100644 --- a/.github/workflows/stale-assigned.yml +++ b/.github/workflows/stale-assigned.yml @@ -19,7 +19,7 @@ jobs: stale-issue-message: 'This Issue will be closed in 30 days. Please remove the "Stale" label or comment to avoid closure with no action.' stale-pr-message: 'This PR will be closed in 30 days. Please remove the "Stale" label or comment to avoid closure with no action.' operations-per-run: 200 - days-before-stale: 360 + days-before-stale: 300 days-before-close: 30 stale-issue-label: 'stale' stale-pr-label: 'stale' diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 8cbea1e3f..9da4aabe2 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -19,7 +19,7 @@ jobs: stale-issue-message: 'This Issue will be closed in 30 days. Please remove the "Stale" label or comment to avoid closure with no action.' stale-pr-message: 'This PR will be closed in 30 days. Please remove the "Stale" label or comment to avoid closure with no action.' operations-per-run: 200 - days-before-stale: 300 + days-before-stale: 240 days-before-close: 30 stale-issue-label: 'stale' stale-pr-label: 'stale'