From 4ee71faeb9c56265fc41912ae6f8e26c3742245a Mon Sep 17 00:00:00 2001 From: Courtney Wilson <77312589+cmwilson21@users.noreply.github.com> Date: Thu, 11 Aug 2022 11:12:42 -0500 Subject: [PATCH] Update needs-sme-stale-check.yaml --- .github/workflows/needs-sme-stale-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/needs-sme-stale-check.yaml b/.github/workflows/needs-sme-stale-check.yaml index dbd11f9556..3c8f8f8d53 100644 --- a/.github/workflows/needs-sme-stale-check.yaml +++ b/.github/workflows/needs-sme-stale-check.yaml @@ -22,7 +22,7 @@ jobs: with: only-labels: needs SME remove-stale-when-updated: true - days-before-stale: 7 # adds stale label if no activity for 7 days + days-before-stale: 28 # adds stale label if no activity for 7 days - temporarily changed to 28 days as we work through the backlog stale-issue-message: 'This is a gentle bump for the docs team that this issue is waiting for technical review.' stale-issue-label: SME stale days-before-issue-close: -1 # never close