diff options
| author | Hauke Mehrtens | 2024-11-24 13:52:22 +0000 |
|---|---|---|
| committer | Petr Štetiar | 2024-11-28 18:49:21 +0000 |
| commit | 888e879d7ffdad46998a1f7570f8c3b642a94eac (patch) | |
| tree | 4d1eac513e760dc5fc79320b2bd6bd45f2659cf4 | |
| parent | 2544e03d10fc5e06e9423878bf9d1ab02def5bc2 (diff) | |
| download | openwrt-888e879d7ffdad46998a1f7570f8c3b642a94eac.tar.gz | |
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@hauke-m.de>
(cherry picked from commit eb7aa07a0e23e931579de07e0dbdec735b8e35b2)
Link: https://github.com/openwrt/openwrt/pull/17097
Signed-off-by: Petr Štetiar <ynezz@true.cz>
| -rw-r--r-- | .github/labeler.yml | 7 |
1 files changed, 7 insertions, 0 deletions
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: |