From 54bf4dbb00a3c729b81e5922cb4e41158047214b Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Tue, 23 Dec 2025 09:56:15 -0500 Subject: [PATCH] chore(triagebot): auto-label `Command-report` --- triagebot.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index cf7a7fae1..8396e34fc 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -340,7 +340,7 @@ trigger_files = ["src/bin/cargo/commands/read_manifest.rs", "src/cargo/ops/cargo trigger_files = ["src/bin/cargo/commands/remove.rs", "src/cargo/ops/cargo_remove.rs"] [autolabel."Command-report"] -trigger_files = ["src/bin/cargo/commands/report.rs"] +trigger_files = ["src/bin/cargo/commands/report.rs", "src/cargo/ops/cargo_report/"] [autolabel."Command-run"] trigger_files = ["src/bin/cargo/commands/run.rs", "src/cargo/ops/cargo_run.rs"]