Skip to content

Commit 48aa9b3

Browse files
authored
chore: update auto-label to include build-rs crate (#14912)
### What does this PR try to resolve? We have imported [build-rs](https://crates.io/crates/build-rs) so update auto-label trigger files. ### How should we test and review this PR? Should we create a dedicated label for build-rs? I personally don't think so, and I think we should have a test verifying directives in build-rs are always aligned with what cargo has.
2 parents 2f74b54 + ec73b49 commit 48aa9b3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

triagebot.toml

+5-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,11 @@ trigger_files = [
5555
]
5656

5757
[autolabel."A-build-scripts"]
58-
trigger_files = ["src/cargo/core/compiler/custom_build.rs"]
58+
trigger_files = [
59+
"crates/build-rs-test-lib/",
60+
"crates/build-rs/",
61+
"src/cargo/core/compiler/custom_build.rs",
62+
]
5963

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

0 commit comments

Comments
 (0)