diff --git a/triagebot.toml b/triagebot.toml index 196c7ee60..7d5244e14 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -26,8 +26,17 @@ label = "O-windows" [shortcut] +# Enable issue transfers within the org +# Documentation at: https://forge.rust-lang.org/triagebot/transfer.html [transfer] +# Prevents mentions in commits to avoid users being spammed +[no-mentions] + +# Enable `@rustbot note` functionality +# Documentation at: https://forge.rust-lang.org/triagebot/note.html +[note] + [merge-conflicts] remove = [] add = ["S-waiting-on-author"]