Skip to content

Commit

Permalink
Update newAtLatestPrInfo.js (#4220)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcm1957 authored Oct 26, 2024
1 parent ef59698 commit 6ebb3ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/newAtLatestPrInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 6ebb3ff

Please sign in to comment.