Update stalebot emoji to 📌 instead of

The pushpin better reflects the functionality (stops the issue from
staling).
This commit is contained in:
Jonathan Wren 2020-03-07 14:11:05 -08:00
parent 302d353c4d
commit cd437e8c8f

4
.github/stale.yml vendored
View file

@ -4,8 +4,8 @@ daysUntilStale: 60
daysUntilClose: 7 daysUntilClose: 7
# Issues with these labels will never be considered stale # Issues with these labels will never be considered stale
exemptLabels: exemptLabels:
- ':star:' - ':pushpin:'
- security - critical
# Label to use when marking an issue as stale # Label to use when marking an issue as stale
staleLabel: stale staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable # Comment to post when marking an issue as stale. Set to `false` to disable