Skip to content

Commit b8f6706

Browse files
authored
Remove 2nd paragraph of merge conflicts message
I added it a couple months ago, but now that I've added the link to the rustc dev guide, I don't think the second paragraph is that helpful and it kind of gets in the way.
1 parent d312394 commit b8f6706

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

homu/main.py

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)