Change the stalebot close message.

GitHub issues that are closed by a collaborator (or the stalebot)
cannot be re-opened by the issue author. This commit changes the
close message of the stale bot to reflect this.
This commit is contained in:
Jan Nidzwetzki 2022-08-02 08:30:12 +02:00 committed by Jan Nidzwetzki
parent 025bda6a81
commit d639cd8985

View File

@ -11,7 +11,7 @@ jobs:
- uses: actions/stale@v5
with:
stale-issue-message: 'This issue has been automatically marked as stale due to lack of activity. You can remove the stale label or comment. Otherwise, this issue will be closed in 30 days. Thank you!'
close-issue-message: 'We are closing this issue due to lack of activity. Feel free to reopen it if you can provide more information. Thank you!'
close-issue-message: 'We are closing this issue due to lack of activity. Feel free to add a comment to this issue if you can provide more information and we will re-open it. Thank you!'
# Don't process PRs
days-before-stale: -1