File tree 1 file changed +1
-9
lines changed
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):
1554
1554
state .add_comment (
1555
1555
':umbrella: The latest upstream changes{} made this '
1556
1556
'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
1566
1558
.format (_blame )
1567
1559
)
1568
1560
state .change_labels (LabelEvent .CONFLICT )
You can’t perform that action at this time.
0 commit comments