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:
parent
b5973930b1
commit
afda728f08
1 changed files with 9 additions and 1 deletions
10
.github/labeler.yml
vendored
10
.github/labeler.yml
vendored
|
@ -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":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue