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.
[issue-links]
1 parent 905f6ce commit b4312b6Copy full SHA for b4312b6
triagebot.toml
@@ -63,7 +63,10 @@ allow-unauthenticated = [
63
# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
64
[no-mentions]
65
66
-[canonicalize-issue-links]
+# Canonicalize issue numbers to avoid closing the wrong issue
67
+# when commits are included in subtrees, as well as warning links in commits.
68
+# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
69
+[issue-links]
70
71
# Automatically close and reopen PRs made by bots to run CI on them
72
[bot-pull-requests]
0 commit comments