Skip to content

Commit e62ce8d

Browse files
authored
Unrolled build for #149782
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 018d269 + b8581dd commit e62ce8d

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
@@ -1679,12 +1679,6 @@ days-threshold = 28
16791679
# Documentation at: https://forge.rust-lang.org/triagebot/issue-links.html
16801680
[issue-links]
16811681

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

0 commit comments

Comments
 (0)