summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Wren <jonathan@nowandwren.com>2020-03-07 14:11:05 -0800
committerJonathan Wren <jonathan@nowandwren.com>2020-04-10 11:51:56 -0700
commitcd437e8c8f8406bed3321f81bf16b10d04e1ee8f (patch)
treea6f0047b0c235fe74678735679eb2c280915d154
parent302d353c4df45689499579357fb32f9e43b50d0c (diff)
Update stalebot emoji to :pushpin: instead of :star:
The pushpin better reflects the functionality (stops the issue from staling).
-rw-r--r--.github/stale.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 323b3928..4df56d7b 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -4,8 +4,8 @@ daysUntilStale: 60
daysUntilClose: 7
# Issues with these labels will never be considered stale
exemptLabels:
- - ':star:'
- - security
+ - ':pushpin:'
+ - critical
# 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