Skip to content

Commit

Permalink
chore: update auto-label to include build-rs crate
Browse files Browse the repository at this point in the history
  • Loading branch information
weihanglo committed Dec 9, 2024
1 parent 58c2374 commit ec73b49
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,11 @@ trigger_files = [
]

[autolabel."A-build-scripts"]
trigger_files = ["src/cargo/core/compiler/custom_build.rs"]
trigger_files = [
"crates/build-rs-test-lib/",
"crates/build-rs/",
"src/cargo/core/compiler/custom_build.rs",
]

[autolabel."A-cache-messages"]
trigger_files = ["src/cargo/util/rustc.rs"]
Expand Down

0 comments on commit ec73b49

Please sign in to comment.