From 4116a72a08e52e227c719b7d9109183673e77b21 Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Thu, 26 Jun 2025 18:44:41 +0200 Subject: [PATCH] Ping notriddle when a clippy lint in `clippy_lints/doc` is modified --- triagebot.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/triagebot.toml b/triagebot.toml index 16557a4bebb8..4f370758c006 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -17,6 +17,9 @@ allow-unauthenticated = [ [issue-links] +[mentions."clippy_lints/src/doc"] +cc = ["@notriddle"] + # Prevents mentions in commits to avoid users being spammed [no-mentions]