From 77a5f247967bcf6f0218699f488591a90b97cae6 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Tue, 2 Jan 2024 18:18:17 -0500 Subject: [PATCH] chore: label `Command-fix` for diagnostic-server changes --- triagebot.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index c344a0b4dd5..4f3ebcbacf6 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -259,10 +259,11 @@ trigger_files = ["src/bin/cargo/commands/fetch.rs", "src/cargo/ops/cargo_fetch.r [autolabel."Command-fix"] trigger_files = [ + "crates/rustfix/", "src/bin/cargo/commands/fix.rs", "src/cargo/ops/fix.rs", + "src/cargo/util/diagnostic_server.rs", "src/cargo/util/lockserver.rs", - "crates/rustfix/", ] [autolabel."Command-generate-lockfile"]