Skip to content

Commit

Permalink
CI: labeler: Add stm32 target
Browse files Browse the repository at this point in the history
Add a label for changes in the stm32 target.

Fixes: 851e7f7 ("stm32: add new stm32 target")
Link: openwrt#17058
Signed-off-by: Hauke Mehrtens <[email protected]>
  • Loading branch information
hauke committed Nov 24, 2024
1 parent a9d3c5b commit eb7aa07
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit eb7aa07

Please sign in to comment.