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
commit d6e79ab9c8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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