mirror of
https://github.com/timescale/timescaledb.git
synced 2025-05-16 18:43:18 +08:00
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:
parent
025bda6a81
commit
d639cd8985
2
.github/workflows/stalebot.yaml
vendored
2
.github/workflows/stalebot.yaml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user