From dd8cfd038ae319baf9b5abab2a582c939a1ada22 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Mon, 10 May 2021 21:31:43 +0100 Subject: [PATCH] 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. --- .github/workflows/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index d3c1f22a4..1b6acd8a0 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -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!