From f63a9b2b9771583fad44e7ad982df430b7fc779b Mon Sep 17 00:00:00 2001 From: Urgau Date: Sat, 24 May 2025 14:11:29 +0200 Subject: [PATCH] Enable `[issue-links]` and `[no-mentions]` in triagebot --- triagebot.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index fd7a861bc92dc..446e391bdaa72 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1425,3 +1425,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]