From 50bd68e6d02a6efaf2f75f1be5fec132bfe7b119 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Wed, 28 Oct 2020 09:20:07 -0400 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/stale.yml b/.github/stale.yml index 3aa2e79c..2d8120fa 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,6 +6,7 @@ daysUntilClose: 7 exemptLabels: - "Status: Accepted" - "Status: Under Consideration" + - "Status: Review Needed" # Label to use when marking an issue as stale staleLabel: "Status: Stale" # Comment to post when marking an issue as stale. Set to `false` to disable