From c485699baea172e4d8d1cd01b77a4bfa26499d97 Mon Sep 17 00:00:00 2001 From: Urgau <3616612+Urgau@users.noreply.github.com> Date: Mon, 8 Dec 2025 18:49:07 +0100 Subject: [PATCH] Remove `[no-mentions]` handler in our triagebot config https://github.blog/changelog/2025-11-07-removing-notifications-for-mentions-in-commit-messages/ --- triagebot.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/triagebot.toml b/triagebot.toml index 7e8f309b40c67..f01074c5e9394 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -15,9 +15,6 @@ contributing_url = "https://github.com/rust-lang/libc/blob/HEAD/CONTRIBUTING.md" [issue-links] check-commits = false # don't forbid links to issues -# Prevents mentions in commits to avoid users being spammed -[no-mentions] - # Enable comments linking to triagebot range-diff when a PR is rebased # onto a different base commit # Documentation at: https://forge.rust-lang.org/triagebot/range-diff.html