From 479e31e2c12c5939528336d5c00aa4f4e1097d12 Mon Sep 17 00:00:00 2001 From: blyxyas Date: Mon, 18 Aug 2025 00:31:56 +0200 Subject: [PATCH] Don't warn no-mentions on subtree updates --- triagebot.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 2f31a30019bce..00da006d25146 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -1591,6 +1591,8 @@ days-threshold = 28 # Prevents mentions in commits to avoid users being spammed # Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html [no-mentions] +# Subtree update authors can't fix it, no point in warning. +exclude-titles = ["subtree update"] # Allow members to formally register concerns (`@rustbot concern my concern`) # Documentation at: https://forge.rust-lang.org/triagebot/concern.html