Skip to content

Commit

Permalink
Auto merge of #13244 - weihanglo:auto-label, r=ehuss
Browse files Browse the repository at this point in the history
chore: update auto labels

See

* `A-errors` has been renamed to `A-diagnostics`
* Some manifest related modules were moved to `cargo-util-schemas`.
  • Loading branch information
bors committed Jan 3, 2024
2 parents 8de3343 + 872f4df commit e045049
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,6 @@ trigger_files = [
"src/cargo/util/config/environment.rs",
]

[autolabel."A-errors"]
trigger_files = ["src/cargo/util/diagnostic_server.rs"]

[autolabel."A-features2"]
trigger_files = ["src/cargo/core/resolver/features.rs"]

Expand Down Expand Up @@ -174,6 +171,7 @@ trigger_files = ["src/cargo/core/compiler/lto.rs"]

[autolabel."A-manifest"]
trigger_files = [
"crates/cargo-util-schemas/src/manifest.rs",
"src/cargo/core/manifest.rs",
"src/cargo/util/toml/mod.rs",
"src/cargo/util/toml_mut/",
Expand Down Expand Up @@ -259,10 +257,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"]
Expand Down

0 comments on commit e045049

Please sign in to comment.