diff --git a/triagebot.toml b/triagebot.toml index 082c8cf2c6..75eb642e99 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -50,3 +50,13 @@ Hey Apple Group! This issue or PR could use some Darwin-specific guidance. Could one of you weigh in please? Thanks! """ + +# Canonicalize issue numbers to avoid closing the wrong issue +# when commits are included in subtrees, as well as warning links in commits. +# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html +[issue-links] +check-commits = false + +# Prevents mentions in commits to avoid users being spammed +# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html +[no-mentions]