From 541a51c146efc235beddfad9bbfa5c300b074678 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Sat, 10 May 2025 14:03:02 -0400 Subject: [PATCH] chore(triagebot): add `[no-mentions]` and `[note]` --- triagebot.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 196c7ee6092..7d5244e14e6 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"]