From 92193c29d5711cd072b51a43d3e10a20633835ef Mon Sep 17 00:00:00 2001 From: Kristian Haugene Date: Tue, 7 Apr 2020 11:37:58 +0200 Subject: [PATCH] Include a message on the first issues to be closed by stale bot --- .github/stale.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 30650622a..c4ef4dc0b 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,3 +1,4 @@ +--- # Number of days of inactivity before an issue becomes stale daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed @@ -14,4 +15,11 @@ markComment: > recent activity. It will be closed 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 \ No newline at end of file +closeComment: > + Note: The stale bot was recently added to this project to help weed out + outdated issues. This will help us to focus time and energy on issues + that are important and move the others out of the way. + There could however be many issues that are still relevant + but have gotten old without ever being fixed. + As this is the first round of cleaning it might have been too eager. + Feel free to re-open this issue if you think it deserves another look.