Skip to content

Commit 40076ea

Browse files
authored
chore(triagebot): A-json-output for machine_message.rs (#16133)
### What does this PR try to resolve? `src/cargo/util/machine_message.rs` defines shapes of JSON messages output, so should be labeled as `A-json-output`. `A-console-output` is more around styling and the underlying machinery.
2 parents 802826e + 80193e8 commit 40076ea

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

triagebot.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ trigger_files = ["src/cargo/util/context/mod.rs"]
105105
[autolabel."A-console-output"]
106106
trigger_files = [
107107
"src/cargo/core/shell.rs",
108-
"src/cargo/util/machine_message.rs",
109108
"src/cargo/util/progress.rs",
110109
]
111110

@@ -171,6 +170,9 @@ trigger_files = [
171170
[autolabel."A-interacts-with-crates.io"]
172171
trigger_files = ["crates/crates-io/", "src/cargo/ops/registry/"]
173172

173+
[autolabel."A-json-output"]
174+
trigger_files = ["src/cargo/util/machine_message.rs"]
175+
174176
[autolabel."A-layout"]
175177
trigger_files = [
176178
"src/cargo/core/compiler/build_runner/compilation_files.rs",

0 commit comments

Comments
 (0)