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.
1 parent 1b4d15d commit 2ed099eCopy full SHA for 2ed099e
triagebot.toml
@@ -50,3 +50,13 @@ Hey Apple Group! This issue or PR could use some Darwin-specific guidance. Could
50
one of you weigh in please?
51
Thanks!
52
"""
53
+
54
+# Canonicalize issue numbers to avoid closing the wrong issue
55
+# when commits are included in subtrees, as well as warning links in commits.
56
+# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
57
+[issue-links]
58
+check-commits = false
59
60
+# Prevents mentions in commits to avoid users being spammed
61
+# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
62
+[no-mentions]
0 commit comments