MAINTAINERS: Move a few paths from Bluetooth to Bluetooth Host
Bluetooth HCI drivers, Bluetooth services and the Bluetooth shell can be considered part of the Host. Move the paths to the Host entry so that the "Bluetooth Host" label is applied to PRs that change files in those paths. Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
parent
431a778b8c
commit
d8c61f21a4
|
@ -206,14 +206,11 @@ Bluetooth:
|
||||||
- sjanc
|
- sjanc
|
||||||
files:
|
files:
|
||||||
- doc/connectivity/bluetooth/
|
- doc/connectivity/bluetooth/
|
||||||
- drivers/bluetooth/
|
|
||||||
- include/zephyr/bluetooth/
|
- include/zephyr/bluetooth/
|
||||||
- include/zephyr/drivers/bluetooth/
|
- include/zephyr/drivers/bluetooth/
|
||||||
- samples/bluetooth/
|
- samples/bluetooth/
|
||||||
- subsys/bluetooth/
|
- subsys/bluetooth/
|
||||||
- subsys/bluetooth/common/
|
- subsys/bluetooth/common/
|
||||||
- subsys/bluetooth/services/
|
|
||||||
- subsys/bluetooth/shell/
|
|
||||||
- tests/bluetooth/
|
- tests/bluetooth/
|
||||||
- tests/bsim/bluetooth/
|
- tests/bsim/bluetooth/
|
||||||
files-exclude:
|
files-exclude:
|
||||||
|
@ -271,7 +268,10 @@ Bluetooth Host:
|
||||||
- theob-pro
|
- theob-pro
|
||||||
- kruithofa
|
- kruithofa
|
||||||
files:
|
files:
|
||||||
|
- drivers/bluetooth/
|
||||||
- subsys/bluetooth/host/
|
- subsys/bluetooth/host/
|
||||||
|
- subsys/bluetooth/services/
|
||||||
|
- subsys/bluetooth/shell/
|
||||||
- tests/bluetooth/host*/
|
- tests/bluetooth/host*/
|
||||||
- tests/bsim/bluetooth/host/
|
- tests/bsim/bluetooth/host/
|
||||||
labels:
|
labels:
|
||||||
|
|
Loading…
Reference in a new issue