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

fix: correct phrasing for rebase notification (#3196)

Closes #3185 
parent 3f7661b4
No related branches found
No related tags found
No related merge requests found
......@@ -141,9 +141,7 @@ async function processBranch(branchConfig, prHourlyLimitReached, packageFiles) {
}
} else {
let content = `:construction_worker: This PR has received other commits, so ${appName} will stop updating it to avoid conflicts or other problems.`;
content += ` If you wish to abandon your changes and have ${appName} start over then you can add the label \`${
config.rebaseLabel
}\` to this PR and ${appName} will reset/recreate it.`;
content += ` If you wish to abandon your changes and have ${appName} start over you may click the "rebase" checkbox in the PR body/description.`;
if (!config.suppressNotifications.includes('prEditNotification')) {
// istanbul ignore if
if (config.dryRun) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment