File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -1554,15 +1554,7 @@ def fetch_mergeability(mergeable_que):
15541554 state .add_comment (
15551555 ':umbrella: The latest upstream changes{} made this '
15561556 'pull request unmergeable. Please [resolve the merge conflicts]' # noqa
1557- '(https://rustc-dev-guide.rust-lang.org/git.html#conflicts).\n \n ' # noqa
1558- '*Note that reviewers usually do not review pull requests '
1559- 'until merge conflicts are resolved!* Once you resolve '
1560- 'the conflicts, you should change the labels applied by '
1561- 'bors to indicate that your PR is ready for review. '
1562- 'Post this as a comment to change the labels:\n '
1563- '```\n '
1564- '@rustbot modify labels: +S-waiting-on-review -S-waiting-on-author\n ' # noqa
1565- '```'
1557+ '(https://rustc-dev-guide.rust-lang.org/git.html#conflicts).' # noqa
15661558 .format (_blame )
15671559 )
15681560 state .change_labels (LabelEvent .CONFLICT )
You can’t perform that action at this time.
0 commit comments