Commit 1b8a8212 authored by Luca Boccassi's avatar Luca Boccassi

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
parent b8b98bc6
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment