From 091b6a926e54fbaaea76326d3597faa9321900c8 Mon Sep 17 00:00:00 2001 From: Urgau <3616612+Urgau@users.noreply.github.com> Date: Sat, 12 Apr 2025 18:21:56 +0200 Subject: [PATCH] Enable [canonicalize-issue-links] and [no-mentions] in triagebot --- triagebot.toml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 327f4ec53..69bd56cf7 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -7,6 +7,11 @@ allow-unauthenticated = [ [shortcut] +[no-mentions] + +[issue-links] +check-commits = false + [merge-conflicts] remove = [] add = ["S-waiting-on-author"]