From 6c763821ba80fa54fcf237b0d422aa16d2a4e6f9 Mon Sep 17 00:00:00 2001 From: jyn Date: Mon, 16 Jan 2023 18:14:44 -0600 Subject: [PATCH] Don't add A-bootstrap to PRs modifying Cargo.lock Changing Cargo.lock is common even when adding dependencies between existing rustc crates. --- triagebot.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/triagebot.toml b/triagebot.toml index 22f09396efc..94eb25e90cb 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -185,7 +185,6 @@ trigger_files = [ "src/tools/x", "configure", "Cargo.toml", - "Cargo.lock", "config.toml.example", "src/stage0.json" ]