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
This commit is contained in:
Luca Boccassi 2018-11-04 14:43:53 +00:00
parent b8b98bc601
commit 1b8a821222

6
.github/stale.yml vendored
View File

@ -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