From cd620caee4ccb439ac56a89875ffd55c9c44dfed Mon Sep 17 00:00:00 2001 From: Martin M Date: Thu, 11 Apr 2024 12:16:13 +0200 Subject: [PATCH] Update readyForStable.js --- lib/readyForStable.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/readyForStable.js b/lib/readyForStable.js index a26e11595..965732cba 100644 --- a/lib/readyForStable.js +++ b/lib/readyForStable.js @@ -298,9 +298,12 @@ function generateIssue(adapter, stableFile) { } else { body += `Click to [edit](https://github.com/ioBroker/ioBroker.repositories/edit/master/sources-dist-stable.json)\n`; } + body += '\n'; + body += '**Do not close this issue manually as a new issue will be created if condition for update still exists.**\n'; + body += '\n'; + body += 'Please drop a comment if any reason exists which blocks updating to ${adapter.latest.version} at this time.\n'; body += '\n\n'; body += 'Note: This is an automatically generated message and not personally authored by bluefox!\n'; - body += ' Do not close this issue manually as a new issue will be created if condition for update still exists\n'; body += ' @mcm1957 for evidence'; console.log(`CREATE ISSUE for ioBroker.${adapter.adapter} [ https://www.github.com/${adapter.owner}/ioBroker.${adapter.adapter} ]:`); console.log(`${TITLE} from ${adapter.stable.version} to ${adapter.latest.version}\n\n ${body}`);