From 63e2226054188a5b05a7fe41901eba838a4b5caf Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 26 Jan 2018 08:26:07 -0500 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