1
0
Fork 0
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:
Waldir Pimenta 2021-05-10 21:31:43 +01:00 committed by GitHub
parent b575ffe207
commit dd8cfd038a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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!