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