Open gobengo opened 6 years ago
I had taken an action about a month ago to investigate whether there was a way we could have the 'reminder' benefits of a bot without having to actually close issues. It would appear that probot has a flag to just label issues as 'stale' (and still send email reminders before then) without actually closing them.
https://github.com/probot/stale README describes
# Number of days of inactivity before a stale Issue or Pull Request is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7
https://github.com/probot/stale#is-closing-stale-issues-really-a-good-idea