actions: get labeler adding "area: Shields" labels

Update labeler action script to treat Shields label.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2020-07-06 17:54:58 +02:00 committed by Anas Nashif
commit 41279af8a4

3
.github/labeler.yml vendored
View file

@ -123,6 +123,9 @@
"area: Modules": "area: Modules":
- "west.yml" - "west.yml"
- "modules/**/*" - "modules/**/*"
"area: Shields":
- "boards/shields/**"
- "samples/shields/**"
"platform: STM32": "platform: STM32":
- "boards/arm/nucleo_*/**" - "boards/arm/nucleo_*/**"
- "boards/arm/*stm32*/**" - "boards/arm/*stm32*/**"