Skip to content

Commit 8067303

Browse files
committed
Auto merge of #11797 - weihanglo:autolabel-fix, r=epage
chore: fix missing files in autolabel trigger_files
2 parents 7b443fb + 4ed13a3 commit 8067303

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
@@ -40,8 +40,7 @@ warn_non_default_branch = true
4040
[autolabel."A-build-execution"]
4141
trigger_files = [
4242
"src/cargo/core/compiler/compilation.rs",
43-
"src/cargo/core/compiler/job.rs",
44-
"src/cargo/core/compiler/job_queue.rs",
43+
"src/cargo/core/compiler/job_queue/",
4544
"src/cargo/core/compiler/mod.rs",
4645
]
4746

@@ -209,7 +208,7 @@ trigger_files = [
209208
]
210209

211210
[autolabel."Command-add"]
212-
trigger_files = ["src/bin/cargo/commands/add.rs", "src/cargo/ops/cargo_add/*"]
211+
trigger_files = ["src/bin/cargo/commands/add.rs", "src/cargo/ops/cargo_add/"]
213212

214213
[autolabel."Command-bench"]
215214
trigger_files = ["src/bin/cargo/commands/bench.rs"]
@@ -300,7 +299,7 @@ trigger_files = ["src/bin/cargo/commands/search.rs"]
300299
trigger_files = ["src/bin/cargo/commands/test.rs", "src/cargo/ops/cargo_test.rs"]
301300

302301
[autolabel."Command-tree"]
303-
trigger_files = ["src/bin/cargo/commands/tree.rs", "src/cargo/ops/tree/*"]
302+
trigger_files = ["src/bin/cargo/commands/tree.rs", "src/cargo/ops/tree/"]
304303

305304
[autolabel."Command-uninstall"]
306305
trigger_files = ["src/bin/cargo/commands/uninstall.rs", "src/cargo/ops/cargo_uninstall.rs"]

0 commit comments

Comments
 (0)