fix: replace word check with click (#12650)

This commit is contained in:
HonkingGoose 2021-11-14 20:23:17 +01:00 committed by GitHub
parent 9c56a167cd
commit ab5abd7553
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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';