actions: get labeler adding "platform: STM32" labels

Update labeler action script to treat stm32 label.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2020-07-06 17:52:03 +02:00 committed by Anas Nashif
parent 2eb633d12e
commit dce698c496

7
.github/labeler.yml vendored
View file

@ -123,3 +123,10 @@
"area: Modules":
- "west.yml"
- "modules/**/*"
"platform: STM32":
- "boards/arm/nucleo_*/**"
- "boards/arm/*stm32*/**"
- "drivers/**/*stm32*"
- "dts/arm/st/*/*"
- "include/drivers/*/*stm32*"
- "soc/arm/st_stm32/**"