diff options
| author | Urgau <3616612+Urgau@users.noreply.github.com> | 2025-04-09 20:18:36 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-09 20:18:36 +0200 |
| commit | 723f5b176117b366abe371343b8777effada2b72 (patch) | |
| tree | 448c9e1d15eb9b66382b13f9654f02373015036c | |
| parent | e0e2a93cf2e36be513c36176d26f14ddb9f24002 (diff) | |
Enable no mentions in commits of triagebot
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 4887ea84bc1..11dda970d57 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 |
