From e1ed5478f7f89d1ba5265f8191ef79fe17c299fb Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Mon, 1 Feb 2021 16:46:58 +0100 Subject: [PATCH] Change stale-bot's label from "wont fix" to the more user friendly "stale". --- .github/stale.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index dc90e5a..1bb37ed 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -4,14 +4,15 @@ daysUntilStale: 60 daysUntilClose: 7 # Issues with these labels will never be considered stale exemptLabels: + - not-stale - pinned - security # Label to use when marking an issue as stale -staleLabel: wontfix +staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > This issue has been automatically marked as stale because it has not had - recent activity. It will be closed if no further activity occurs. Thank you - for your contributions. + activity in the past 60 days. It will be closed in seven days if no + further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false