From ba78b32c68ce1eb4b542c438468403baa8014d24 Mon Sep 17 00:00:00 2001 From: David Strome <21028455+dstrome@users.noreply.github.com> Date: Thu, 29 May 2025 21:42:55 -0700 Subject: [PATCH] Enable close issues --- .github/workflows/Shared-Stale.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Shared-Stale.yml b/.github/workflows/Shared-Stale.yml index f0905a045b7..16fdb0a4043 100644 --- a/.github/workflows/Shared-Stale.yml +++ b/.github/workflows/Shared-Stale.yml @@ -60,14 +60,22 @@ jobs: repo-token: ${{ secrets.AccessToken }} debug-only: ${{ inputs.RunDebug }} operations-per-run: 1000 - days-before-issue-stale: -1 - days-before-issue-close: -1 + days-before-issue-stale: 90 + days-before-issue-close: 14 days-before-pr-stale: 90 days-before-pr-close: 14 # start-date: ${{ steps.get-month.outputs.SelectedMonth }} + stale-issue-label: Inactive + close-issue-label: Auto Closed stale-pr-label: Inactive close-pr-label: Auto Closed exempt-pr-labels: Keep open + stale-issue-message: > +

Inactive issue marked for closure

+

+ This issue has been inactive for over 90 days, and an Inactive label has been added to it. If this issue remains inactive with no new comments, it will be closed automatically in 14 days. + close-issue-message: > + This issue has been inactive for a further 14 days and is now being closed. stale-pr-message: >

Inactive PR marked for closure