From bcfd0aed88cae857ff09e8e7e531324b04e016d0 Mon Sep 17 00:00:00 2001 From: reidbhuntley Date: Mon, 20 Dec 2021 20:44:21 -0500 Subject: [PATCH] Exempt critical issues from being marked as stale --- .github/workflows/close_issues.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/close_issues.yml b/.github/workflows/close_issues.yml index 5af15afcc..ccabc70e8 100644 --- a/.github/workflows/close_issues.yml +++ b/.github/workflows/close_issues.yml @@ -15,7 +15,7 @@ jobs: days-before-issue-stale: 21 days-before-issue-close: 21 stale-issue-label: "stale" - exempt-issue-labels: "timeless, suggestion" + exempt-issue-labels: "timeless, suggestion, critical" stale-issue-message: "This issue has been marked as stale because it has been inactive for 3 weeks. It will be closed if it remains inactive for another 3 weeks." close-issue-message: "This issue has been closed since it has been inactive for 3 weeks since it was marked as stale." days-before-pr-stale: -1