[openwrt/openwrt] CI: labeler: add bcm27xx-utils
LEDE Commits
lede-commits at lists.infradead.org
Thu Oct 31 01:12:47 PDT 2024
noltari pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/67b0cd8976bb95092f5dcebc9cba93eb8e14798e
commit 67b0cd8976bb95092f5dcebc9cba93eb8e14798e
Author: Álvaro Fernández Rojas <noltari at gmail.com>
AuthorDate: Thu Oct 31 08:52:16 2024 +0100
CI: labeler: add bcm27xx-utils
bcm27xx-utils can only be built for bcm27xx target.
Signed-off-by: Álvaro Fernández Rojas <noltari at gmail.com>
---
.github/labeler.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 99a7c665df..ede4bb5a02 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -30,6 +30,7 @@
- any-glob-to-any-file:
- "target/linux/bcm27xx/**"
- "package/kernel/bcm27xx-gpu-fw/**"
+ - "package/utils/bcm27xx-utils/**"
"target/bcm47xx":
- changed-files:
- any-glob-to-any-file:
More information about the lede-commits
mailing list