Skip to content

Commit

Permalink
chore: update auto-label to include build-rs crate (#14912)
Browse files Browse the repository at this point in the history
### 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.
  • Loading branch information
epage authored Dec 9, 2024
2 parents 2f74b54 + ec73b49 commit 48aa9b3
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 48aa9b3

Please sign in to comment.