Don't add A-bootstrap to PRs modifying Cargo.lock

Changing Cargo.lock is common even when adding dependencies between existing rustc crates.
This commit is contained in:
jyn 2023-01-16 18:14:44 -06:00 committed by Joshua Nelson
parent 9709a43872
commit 6c763821ba

View file

@ -185,7 +185,6 @@ trigger_files = [
"src/tools/x",
"configure",
"Cargo.toml",
"Cargo.lock",
"config.toml.example",
"src/stage0.json"
]