From e3e81cd78580b6068b21d937002e563753b0fe86 Mon Sep 17 00:00:00 2001 From: Urgau <3616612+Urgau@users.noreply.github.com> Date: Wed, 9 Apr 2025 20:29:19 +0200 Subject: [PATCH] triagebot: enable `[canonicalize-issue-links]` and `[no-mentions]` --- triagebot.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 4e013764d8..60e80c3f67 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -40,3 +40,9 @@ unless = ["S-blocked", "S-waiting-on-team", "S-waiting-on-review"] # Automatically close and reopen PRs made by bots to run CI on them [bot-pull-requests] + +# 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]