Rollup merge of #106958 - jyn514:labels, r=m-ou-se

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

Changing Cargo.lock is common even when adding dependencies between existing rustc crates.

cc https://github.com/rust-lang/rust/pull/103204#discussion_r1070268737, `@m-ou-se`
This commit is contained in:
Matthias Krüger
2023-01-17 05:25:23 +01:00
committed by GitHub
-1
View File
@@ -185,7 +185,6 @@ trigger_files = [
"src/tools/x",
"configure",
"Cargo.toml",
"Cargo.lock",
"config.toml.example",
"src/stage0.json"
]