Skip to content

Commit 82853e7

Browse files
authored
Rollup merge of rust-lang#145542 - blyxyas:no-mentions-subtree, r=Urgau
triagebot: Don't warn no-mentions on subtree updates Complement to rust-lang/triagebot#2137 r? `@Urgau`
2 parents ee66d70 + 479e31e commit 82853e7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

triagebot.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1591,6 +1591,8 @@ days-threshold = 28
15911591
# Prevents mentions in commits to avoid users being spammed
15921592
# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
15931593
[no-mentions]
1594+
# Subtree update authors can't fix it, no point in warning.
1595+
exclude-titles = ["subtree update"]
15941596

15951597
# Allow members to formally register concerns (`@rustbot concern my concern`)
15961598
# Documentation at: https://forge.rust-lang.org/triagebot/concern.html

0 commit comments

Comments
 (0)