Skip to content

Commit e045049

Browse files
committed
Auto merge of #13244 - weihanglo:auto-label, r=ehuss
chore: update auto labels See * `A-errors` has been renamed to `A-diagnostics` * Some manifest related modules were moved to `cargo-util-schemas`.
2 parents 8de3343 + 872f4df commit e045049

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

triagebot.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,6 @@ trigger_files = [
120120
"src/cargo/util/config/environment.rs",
121121
]
122122

123-
[autolabel."A-errors"]
124-
trigger_files = ["src/cargo/util/diagnostic_server.rs"]
125-
126123
[autolabel."A-features2"]
127124
trigger_files = ["src/cargo/core/resolver/features.rs"]
128125

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

175172
[autolabel."A-manifest"]
176173
trigger_files = [
174+
"crates/cargo-util-schemas/src/manifest.rs",
177175
"src/cargo/core/manifest.rs",
178176
"src/cargo/util/toml/mod.rs",
179177
"src/cargo/util/toml_mut/",
@@ -259,10 +257,11 @@ trigger_files = ["src/bin/cargo/commands/fetch.rs", "src/cargo/ops/cargo_fetch.r
259257

260258
[autolabel."Command-fix"]
261259
trigger_files = [
260+
"crates/rustfix/",
262261
"src/bin/cargo/commands/fix.rs",
263262
"src/cargo/ops/fix.rs",
263+
"src/cargo/util/diagnostic_server.rs",
264264
"src/cargo/util/lockserver.rs",
265-
"crates/rustfix/",
266265
]
267266

268267
[autolabel."Command-generate-lockfile"]

0 commit comments

Comments
 (0)