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 9b8efe5 + cc867db commit ac9256eCopy full SHA for ac9256e
homu/main.py
@@ -1554,7 +1554,7 @@ def fetch_mergeability(mergeable_que):
1554
state.add_comment(
1555
':umbrella: The latest upstream changes{} made this '
1556
'pull request unmergeable. Please [resolve the merge conflicts]' # noqa
1557
- '(https://rustc-dev-guide.rust-lang.org/git.html#conflicts).' # noqa
+ '(https://rustc-dev-guide.rust-lang.org/git.html#rebasing-and-conflicts).' # noqa
1558
.format(_blame)
1559
)
1560
state.change_labels(LabelEvent.CONFLICT)
0 commit comments