Skip to content
Snippets Groups Projects
Commit 27890381 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

refactor(pr): better PR edited comment

parent fc9037a2
No related branches found
No related tags found
No related merge requests found
......@@ -99,9 +99,10 @@ async function processBranch(branchConfig, packageFiles) {
const subject = 'PR has been edited';
logger.info(subject);
let content =
'As this PR has been edited, Renovate will stop updating it in order to not cause any conflicts or other problems.';
content +=
' If you wish to abandon your edits and have Renovate recreate this PR then you should rename this PR and then close it.';
':construction_worker: This PR has received other commits, so Renovate will stop updating it to avoid conflicts or other problems.';
content += ` If you wish to abandon your changes and have Renovate start over then you can add the label \`${
config.rebaseLabel
}\` to this PR and Renovate will reset/recreate it.`;
await platform.ensureComment(branchPr.number, subject, content);
return 'pr-edited';
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment