From 1b8a82122215f855029e0ea1179cbfaf3792c4fc Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sun, 4 Nov 2018 14:43:53 +0000 Subject: [PATCH] Problem: stale bot label exceptions not correct Solution: quote the labels with a space, upstream documentation (not displayed on the Github page) suggests this should finally work --- .github/stale.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 72f1cf4e..a06b57d3 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,9 +4,9 @@ daysUntilStale: 365 daysUntilClose: 56 # Issues with these labels will never be considered stale exemptLabels: - - Help%20Request - - Feature%20Request - - Problem%20reproduced + - "Help Request" + - "Feature Request" + - "Problem reproduced" - Critical # Label to use when marking an issue as stale staleLabel: stale