[openwrt/openwrt] CI: labeler: Add new targets
LEDE Commits
lede-commits at lists.infradead.org
Sat Sep 28 09:38:08 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/c9280b85df6847657b0cde14b8f77d5f3ab13cc9
commit c9280b85df6847657b0cde14b8f77d5f3ab13cc9
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Sep 22 15:45:18 2024 +0200
CI: labeler: Add new targets
Some new targets were added, but we did not add them to the labeler.
Add them now.
Link: https://github.com/openwrt/openwrt/pull/16454
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
.github/labeler.yml | 18 ++++++++++++++++++
1 file changed, 18 insertions(+)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index a9b64d99d0..99a7c665df 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -79,6 +79,12 @@
- changed-files:
- any-glob-to-any-file:
- "target/linux/qualcommax/**"
+"target/ixp4xx":
+- changed-files:
+ - any-glob-to-any-file:
+ - "target/linux/ixp4xx/**"
+ - "package/boot/apex/Makefile/**"
+ - "package/firmware/ixp4xx-microcode/**"
"target/kirkwood":
- changed-files:
- any-glob-to-any-file:
@@ -99,6 +105,10 @@
- "package/boot/tfa-layerscape/**"
- "package/boot/uboot-layerscape/**"
- "package/network/utils/layerscape/**"
+"target/loongarch64":
+- changed-files:
+ - any-glob-to-any-file:
+ - "target/linux/loongarch64/**"
"target/malta":
- changed-files:
- any-glob-to-any-file:
@@ -161,6 +171,14 @@
- "target/linux/sifiveu/**"
- "package/boot/uboot-sifiveu/**"
- "package/boot/opensbi/**"
+"target/siflower":
+- changed-files:
+ - any-glob-to-any-file:
+ - "target/linux/siflower/**"
+"target/starfive":
+- changed-files:
+ - any-glob-to-any-file:
+ - "target/linux/starfive/**"
"target/sunxi":
- changed-files:
- any-glob-to-any-file:
More information about the lede-commits
mailing list