From 723f5b176117b366abe371343b8777effada2b72 Mon Sep 17 00:00:00 2001 From: Urgau <3616612+Urgau@users.noreply.github.com> Date: Wed, 9 Apr 2025 20:18:36 +0200 Subject: [PATCH] Enable no mentions in commits of triagebot --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 4887ea84bc15..11dda970d579 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -13,6 +13,9 @@ allow-unauthenticated = [ [canonicalize-issue-links] +# Prevents mentions in commits to avoid users being spammed +[no-mentions] + # Have rustbot inform users about the *No Merge Policy* [no-merges] exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust