We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
[no-mentions]
[note]
2 parents 13625ce + 541a51c commit 3c5bb55Copy full SHA for 3c5bb55
triagebot.toml
@@ -26,8 +26,17 @@ label = "O-windows"
26
27
[shortcut]
28
29
+# Enable issue transfers within the org
30
+# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html
31
[transfer]
32
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
40
[merge-conflicts]
41
remove = []
42
add = ["S-waiting-on-author"]
0 commit comments