Skip to content

Commit 96739f8

Browse files
authored
Merge pull request rust-lang#133 from camelid/patch-2
Remove 2nd paragraph of merge conflicts message
2 parents d312394 + b8f6706 commit 96739f8

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

homu/main.py

+1-9
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)