Skip to content

Commit 288e970

Browse files
authored
Rollup merge of #149782 - Urgau:triagebot-remove-no-mentions, r=Kobzol
Remove `[no-mentions]` handler in the triagebot config This PR removes the `[no-mentions]` handler in the triagebot config as [GitHub is removing notifications for ``@-mentions`` in commit messages on December 8th 2025.](https://github.blog/changelog/2025-11-07-removing-notifications-for-mentions-in-commit-messages/) cf. rust-lang/triagebot#2225
2 parents 2fffbb5 + b8581dd commit 288e970

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

triagebot.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,12 +1680,6 @@ days-threshold = 28
16801680
# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
16811681
[issue-links]
16821682

1683-
# Prevents mentions in commits to avoid users being spammed
1684-
# Documentation at: https://forge.rust-lang.org/triagebot/no-mentions.html
1685-
[no-mentions]
1686-
# Subtree update authors can't fix it, no point in warning.
1687-
exclude-titles = ["subtree update"]
1688-
16891683
# Allow members to formally register concerns (`@rustbot concern my concern`)
16901684
# Documentation at: https://forge.rust-lang.org/triagebot/concern.html
16911685
[concern]

0 commit comments

Comments
 (0)