actions: Add label for nxp boards, drivers, socs
Extends the github labeling action to automatically add the nxp label to nxp-related boards, drivers, and socs. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
fdba8be777
commit
4e39938942
1 changed files with 10 additions and 0 deletions
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
|
@ -126,6 +126,16 @@
|
|||
"area: Shields":
|
||||
- "boards/shields/**"
|
||||
- "samples/shields/**"
|
||||
"platform: NXP":
|
||||
- "boards/arm/frdm*/**"
|
||||
- "boards/arm/hexiwear*/**"
|
||||
- "boards/arm/lpcxpresso*/**"
|
||||
- "boards/arm/*imx*/**"
|
||||
- "drivers/**/*imx*"
|
||||
- "drivers/**/*mcux*"
|
||||
- "dts/arm/nxp/*/*"
|
||||
- "dts/bindings/**/nxp*"
|
||||
- "soc/arm/nxp*/**"
|
||||
"platform: STM32":
|
||||
- "boards/arm/nucleo_*/**"
|
||||
- "boards/arm/*stm32*/**"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue