From f1d9795639c3b3edad4d72cd3e1ddb3258693c14 Mon Sep 17 00:00:00 2001 From: Urgau <3616612+Urgau@users.noreply.github.com> Date: Wed, 9 Apr 2025 22:15:51 +0200 Subject: [PATCH] Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot --- triagebot.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 1138035d0e..2201b5a5e7 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -21,3 +21,9 @@ exclude_titles = [ # exclude syncs from subtree in rust-lang/rust labels = ["has-merge-commits", "S-waiting-on-author"] [transfer] + +# Canonicalize issue numbers to avoid closing the wrong issue when upstreaming this subtree +[canonicalize-issue-links] + +# Prevents mentions in commits to avoid users being spammed +[no-mentions]