From 5f49144985be953d44f0d68d09e919b8767d4863 Mon Sep 17 00:00:00 2001 From: Daniel Lockyer Date: Mon, 27 Jan 2020 10:38:58 +0700 Subject: [PATCH] Changed stalebot to ignore issues tagged with 'pinned' no issue - this stops the annoying stale-unstale loops we find ourselves in --- .github/stale.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 6a3101fbe9..a55f56d3fb 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -3,7 +3,8 @@ daysUntilStale: 90 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale -# exemptLabels: +exemptLabels: + - pinned # 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