[openwrt/openwrt] CI: labeler: remove bcm63xx
LEDE Commits
lede-commits at lists.infradead.org
Sat Sep 28 09:38:07 PDT 2024
hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/2d38b16cb9c1784f3202af0d534bfc19e870de69
commit 2d38b16cb9c1784f3202af0d534bfc19e870de69
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Sep 22 15:41:32 2024 +0200
CI: labeler: remove bcm63xx
Some packages are now used by other targets, move them over
Fixes: 5cd8e037b506 ("bcm63xx: drop target")
Link: https://github.com/openwrt/openwrt/pull/16454
Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
.github/labeler.yml | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 8ef3088678..a9b64d99d0 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -39,22 +39,18 @@
- any-glob-to-any-file:
- "target/linux/bcm4908/**"
- "package/boot/uboot-bcm4908/**"
+ - "package/boot/arm-trusted-firmware-bcm63xx/**"
"target/bcm53xx":
- changed-files:
- any-glob-to-any-file:
- "target/linux/bcm53xx/**"
- "package/boot/uboot-bcm53xx/**"
-"target/bcm63xx":
-- changed-files:
- - any-glob-to-any-file:
- - "target/linux/bcm63xx/**"
- - "package/kernel/bcm63xx-cfe/**"
- - "package/boot/arm-trusted-firmware-bcm63xx/**"
"target/bmips":
- changed-files:
- any-glob-to-any-file:
- "target/linux/bmips/**"
- "package/boot/uboot-bmips/**"
+ - "package/kernel/bcm63xx-cfe/**"
"target/d1":
- changed-files:
- any-glob-to-any-file:
More information about the lede-commits
mailing list