diff options
| -rw-r--r-- | triagebot.toml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index cfcd100003d..9d7a0ef5aec 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1423,3 +1423,12 @@ compiletest = [ [behind-upstream] days-threshold = 14 + +# 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] + +# Prevents mentions in commits to avoid users being spammed +# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html +[no-mentions] |
