We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0527db1 + 6df7e5c commit bd165b4Copy full SHA for bd165b4
homu/main.py
@@ -1490,8 +1490,8 @@ def fetch_mergeability(mergeable_que):
1490
_blame = ' (presumably {})'.format(issue_or_commit)
1491
state.add_comment(
1492
':umbrella: The latest upstream changes{} made this '
1493
- 'pull request unmergeable. Please resolve the merge '
1494
- 'conflicts.\n\n'
+ 'pull request unmergeable. Please [resolve the merge conflicts]' # noqa
+ '(https://rustc-dev-guide.rust-lang.org/git.html#conflicts).\n\n' # noqa
1495
'*Note that reviewers usually do not review pull requests '
1496
'until merge conflicts are resolved!* Once you resolve '
1497
'the conflicts, you should change the labels applied by '
0 commit comments