Include a message on the first issues to be closed by stale bot

This commit is contained in:
Kristian Haugene 2020-04-07 11:37:58 +02:00
parent 0b6ab30294
commit 92193c29d5

10
.github/stale.yml vendored
View File

@ -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
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.