From 385da8ffda274c4508680982168a92ae061afaab Mon Sep 17 00:00:00 2001 From: Matthew Dean Date: Tue, 14 Nov 2017 10:52:01 -0800 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 9220ae765..329d49feb 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,8 +4,8 @@ daysUntilStale: 120 daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - - Up-For-Grabs - - Bug + - up-for-grabs + - bug # Label to use when marking an issue as stale staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable