From 6ebb3ffa081fc45d99f553c4eb579d393e54fe8a Mon Sep 17 00:00:00 2001 From: "Martin M." Date: Sat, 26 Oct 2024 12:35:22 +0200 Subject: [PATCH] Update newAtLatestPrInfo.js (#4220) --- lib/newAtLatestPrInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/newAtLatestPrInfo.js b/lib/newAtLatestPrInfo.js index c6ba7444a..9cbeb8d37 100644 --- a/lib/newAtLatestPrInfo.js +++ b/lib/newAtLatestPrInfo.js @@ -76,12 +76,12 @@ async function doIt() { body += `- https://github.com/ioBroker/ioBroker.repositories?tab=readme-ov-file#development-and-coding-best-practices\n`; body += `- https://github.com/iobroker-community-adapters/responsive-design-initiative/tree/main#responsive-design-initiative\n`; + body += `\n\n`; body += `You will find the results of the review and eventually issues / suggestions as a comment to this PR. `; body += `So please keep this PR watched.\n\n`; body += `If you have any urgent questions feel free to ask.\n\n`; - try { console.log(`adding information comment to PR ${prID}`); await addComment(prID, body);