[openwrt/openwrt] CI: labeler: Add stm32 target

LEDE Commits lede-commits at lists.infradead.org
Sun Nov 24 13:53:03 PST 2024


hauke pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/eb7aa07a0e23e931579de07e0dbdec735b8e35b2

commit eb7aa07a0e23e931579de07e0dbdec735b8e35b2
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Nov 24 14:52:22 2024 +0100

    CI: labeler: Add stm32 target
    
    Add a label for changes in the stm32 target.
    
    Fixes: 851e7f77e424 ("stm32: add new stm32 target")
    Link: https://github.com/openwrt/openwrt/pull/17058
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 .github/labeler.yml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.github/labeler.yml b/.github/labeler.yml
index ede4bb5a02..129357df2b 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -180,6 +180,13 @@
 - changed-files:
   - any-glob-to-any-file:
     - "target/linux/starfive/**"
+"target/stm32":
+- changed-files:
+  - any-glob-to-any-file:
+    - "target/linux/stm32/**"
+    - "package/boot/arm-trusted-firmware-stm32/**"
+    - "package/boot/optee-os-stm32/**"
+    - "package/boot/uboot-stm32/**"
 "target/sunxi":
 - changed-files:
   - any-glob-to-any-file:




More information about the lede-commits mailing list