mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-06 20:06:01 +02:00
stale GitHub action: re-wrap long message (#5887)
GitHub's markdown renderer does not wrap single line breaks, so the message the bot leaves when closing a thread would have an awkward line break. This commit re-wraps the message to avoid that.
This commit is contained in:
parent
b575ffe207
commit
dd8cfd038a
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
@ -36,5 +36,5 @@ jobs:
|
||||||
close-pr-message: |
|
close-pr-message: |
|
||||||
Hi everyone.
|
Hi everyone.
|
||||||
This thread is being closed as there was no response to the previous prompt.
|
This thread is being closed as there was no response to the previous prompt.
|
||||||
However, please leave a comment whenever you're ready to resume,
|
However, please leave a comment whenever you're ready to resume, so the thread can be reopened.
|
||||||
so the thread can be reopened. Thanks again!
|
Thanks again!
|
||||||
|
|
Loading…
Add table
Reference in a new issue