mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
fix: replace word check with click (#12650)
This commit is contained in:
parent
9c56a167cd
commit
ab5abd7553
1 changed files with 1 additions and 1 deletions
|
@ -647,7 +647,7 @@ export async function processBranch(
|
||||||
' - any of the package files in this branch needs updating, or \n';
|
' - any of the package files in this branch needs updating, or \n';
|
||||||
content += ' - the branch becomes conflicted, or\n';
|
content += ' - the branch becomes conflicted, or\n';
|
||||||
content +=
|
content +=
|
||||||
' - you check the rebase/retry checkbox if found above, or\n';
|
' - you click the rebase/retry checkbox if found above, or\n';
|
||||||
content +=
|
content +=
|
||||||
' - you rename this PR\'s title to start with "rebase!" to trigger it manually';
|
' - you rename this PR\'s title to start with "rebase!" to trigger it manually';
|
||||||
content += '\n\nThe artifact failure details are included below:\n\n';
|
content += '\n\nThe artifact failure details are included below:\n\n';
|
||||||
|
|
Loading…
Reference in a new issue