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:
Waldir Pimenta
2021-05-10 21:31:43 +01:00
committed by GitHub
parent b575ffe207
commit dd8cfd038a

View File

@@ -36,5 +36,5 @@ jobs:
close-pr-message: |
Hi everyone.
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,
so the thread can be reopened. Thanks again!
However, please leave a comment whenever you're ready to resume, so the thread can be reopened.
Thanks again!