From cd437e8c8f8406bed3321f81bf16b10d04e1ee8f Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 7 Mar 2020 14:11:05 -0800 Subject: [PATCH] Update stalebot emoji to :pushpin: instead of :star: The pushpin better reflects the functionality (stops the issue from staling). --- .github/stale.yml | 4 ++-- 1 file 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