diff options
| author | Samuel Tardieu <sam@rfc1149.net> | 2025-06-26 18:44:41 +0200 |
|---|---|---|
| committer | Samuel Tardieu <sam@rfc1149.net> | 2025-06-26 18:45:11 +0200 |
| commit | 4116a72a08e52e227c719b7d9109183673e77b21 (patch) | |
| tree | 4b2076f8fb006f2ee002a951b6d2238c1afafe02 | |
| parent | 75463814c69b2d9907a3ccd9ba92a5e74767d00c (diff) | |
Ping notriddle when a clippy lint in `clippy_lints/doc` is modified
| -rw-r--r-- | triagebot.toml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 16557a4bebb..4f370758c00 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] |
