Skip to content

Commit 8418338

Browse files
authored
Enable no mentions in commits of triagebot (#14576)
This PR enables the no-mentions in commits handler in triagebot. Documentation pending at rust-lang/rust-forge#827 Original motivation in rust-lang/rust#137990. changelog: add `[no-mentions]` in `triagebot.toml`
2 parents c67df05 + 723f5b1 commit 8418338

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

triagebot.toml

+3
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ allow-unauthenticated = [
1313

1414
[canonicalize-issue-links]
1515

16+
# Prevents mentions in commits to avoid users being spammed
17+
[no-mentions]
18+
1619
# Have rustbot inform users about the *No Merge Policy*
1720
[no-merges]
1821
exclude_titles = ["Rustup"] # exclude syncs from rust-lang/rust

0 commit comments

Comments
 (0)