Skip to content

Commit 3c5bb55

Browse files
authored
chore(triagebot): add [no-mentions] and [note] (#15517)
`[no-mentions]` is for preventing something like <#15378 (comment)>. Well, maybe not working for PR description, I don't know. `[note]` is for somebody else wanting to help summarize but having no permission to edit top-level comments. See docs for more: * https://forge.rust-lang.org/triagebot/note.html * https://forge.rust-lang.org/triagebot/no-mentions.html
2 parents 13625ce + 541a51c commit 3c5bb55

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)