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