1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-18 13:29:16 +02:00

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@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2024-09-22 15:45:18 +02:00
parent 2d38b16cb9
commit c9280b85df

18
.github/labeler.yml vendored

@ -79,6 +79,12 @@
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
- "target/linux/qualcommax/**" - "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": "target/kirkwood":
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
@ -99,6 +105,10 @@
- "package/boot/tfa-layerscape/**" - "package/boot/tfa-layerscape/**"
- "package/boot/uboot-layerscape/**" - "package/boot/uboot-layerscape/**"
- "package/network/utils/layerscape/**" - "package/network/utils/layerscape/**"
"target/loongarch64":
- changed-files:
- any-glob-to-any-file:
- "target/linux/loongarch64/**"
"target/malta": "target/malta":
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file:
@ -161,6 +171,14 @@
- "target/linux/sifiveu/**" - "target/linux/sifiveu/**"
- "package/boot/uboot-sifiveu/**" - "package/boot/uboot-sifiveu/**"
- "package/boot/opensbi/**" - "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": "target/sunxi":
- changed-files: - changed-files:
- any-glob-to-any-file: - any-glob-to-any-file: