CI: labeler: add d1 target

Add support for 'd1' target and its specific packages in labeler.

Signed-off-by: Robert Marko <robimarko@gmail.com>
This commit is contained in:
Robert Marko 2024-04-13 11:25:52 +02:00
parent 4d8a9a954a
commit 166ed4f50a
1 changed files with 4 additions and 0 deletions

4
.github/labeler.yml vendored
View File

@ -30,6 +30,10 @@
- "package/boot/arm-trusted-firmware-bcm63xx/**"
"target/bmips":
- "target/linux/bmips/**"
"target/d1":
- "target/linux/d1/**"
- "package/boot/uboot-d1/**"
- "package/boot/opensbi/**"
"target/gemini":
- "target/linux/gemini/**"
"target/imx":