diff options
| author | Jieyou Xu <jieyouxu@outlook.com> | 2025-07-12 23:15:19 +0800 |
|---|---|---|
| committer | Jieyou Xu <jieyouxu@outlook.com> | 2025-07-12 23:15:19 +0800 |
| commit | 977e7d4e11f126b38742b04691431d0b2a48af68 (patch) | |
| tree | 16c75241043485aac97ead68b703db6f2501d32f | |
| parent | 869c0e729b5220d7dfdb32f63fb9f4f84e2a09be (diff) | |
Label clippy changes with `T-clippy` team label
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index a534e1dceb1..125617fce74 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -594,6 +594,10 @@ trigger_files = [ "compiler/rustc_codegen_llvm", ] +[autolabel."T-clippy"] +trigger_files = [ + "src/tools/clippy", +] # ------------------------------------------------------------------------------ # Prioritization and team nominations |
