Skip to content

Commit

Permalink
fix: replace word check with click (#12650)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed Nov 14, 2021
1 parent 9c56a16 commit ab5abd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/workers/branch/index.ts
Expand Up @@ -647,7 +647,7 @@ export async function processBranch(
' - any of the package files in this branch needs updating, or \n';
content += ' - the branch becomes conflicted, or\n';
content +=
' - you check the rebase/retry checkbox if found above, or\n';
' - you click the rebase/retry checkbox if found above, or\n';
content +=
' - 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';
Expand Down

0 comments on commit ab5abd7

Please sign in to comment.