actions: Add some additional labels for devicetree

- Handle name change of labels from 'Device Tree' to Devicetree
- Split out things between "Devicetree" (as a catchall),
  "Devicetree Tooling" (for the scripts) and
  "Devicetree Binding" (for bindings)

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-06-30 11:23:49 -05:00 committed by Kumar Gala
commit afda728f08

10
.github/labeler.yml vendored
View file

@ -16,11 +16,19 @@
- "drivers/i2s/**/*" - "drivers/i2s/**/*"
"area: C Library": "area: C Library":
- "lib/libc/**/*" - "lib/libc/**/*"
"area: Device Tree": "area: Devicetree":
- "dts/**/*" - "dts/**/*"
- "!dts/bindings/**/*"
- "**/*.dts" - "**/*.dts"
- "**/*.dtsi"
- "include/devicetree.h"
- "include/devicetree/*" - "include/devicetree/*"
- "doc/guides/dts/**/*"
"area: Devicetree Binding":
- "include/dt-bindings/**/*" - "include/dt-bindings/**/*"
- "dts/bindings/**/*"
"area: Devicetree Tooling":
- "scripts/dts/**/*"
"area: I2C": "area: I2C":
- "drivers/i2c/**/*" - "drivers/i2c/**/*"
"area: SPI": "area: SPI":