Skip to content

Commit

Permalink
chore: fix missing files in autolabel trigger_files
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Mar 3, 2023
1 parent 7b443fb commit 4ed13a3
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 @@ -40,8 +40,7 @@ warn_non_default_branch = true
[autolabel."A-build-execution"]
trigger_files = [
"src/cargo/core/compiler/compilation.rs",
"src/cargo/core/compiler/job.rs",
"src/cargo/core/compiler/job_queue.rs",
"src/cargo/core/compiler/job_queue/",
"src/cargo/core/compiler/mod.rs",
]

Expand Down Expand Up @@ -209,7 +208,7 @@ trigger_files = [
]

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

[autolabel."Command-bench"]
trigger_files = ["src/bin/cargo/commands/bench.rs"]
Expand Down Expand Up @@ -300,7 +299,7 @@ trigger_files = ["src/bin/cargo/commands/search.rs"]
trigger_files = ["src/bin/cargo/commands/test.rs", "src/cargo/ops/cargo_test.rs"]

[autolabel."Command-tree"]
trigger_files = ["src/bin/cargo/commands/tree.rs", "src/cargo/ops/tree/*"]
trigger_files = ["src/bin/cargo/commands/tree.rs", "src/cargo/ops/tree/"]

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

0 comments on commit 4ed13a3

Please sign in to comment.