Skip to content

Commit 7ef6c44

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 08c7279 + 479e31e commit 7ef6c44

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
@@ -1592,6 +1592,8 @@ days-threshold = 28
15921592
# Prevents mentions in commits to avoid users being spammed
15931593
# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
15941594
[no-mentions]
1595+
# Subtree update authors can't fix it, no point in warning.
1596+
exclude-titles = ["subtree update"]
15951597

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

0 commit comments

Comments
 (0)