Skip to content

Commit 541a51c

Browse files
committed
chore(triagebot): add [no-mentions] and [note]
1 parent 13625ce commit 541a51c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

triagebot.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,17 @@ label = "O-windows"
2626

2727
[shortcut]
2828

29+
# Enable issue transfers within the org
30+
# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
2931
[transfer]
3032

33+
# Prevents mentions in commits to avoid users being spammed
34+
[no-mentions]
35+
36+
# Enable `@rustbot note` functionality
37+
# Documentation at: https://forge.rust-lang.org/triagebot/note.html
38+
[note]
39+
3140
[merge-conflicts]
3241
remove = []
3342
add = ["S-waiting-on-author"]

0 commit comments

Comments
 (0)