From d8c61f21a46d2996e64e032c2c8b402dcea0b398 Mon Sep 17 00:00:00 2001 From: Carles Cufi Date: Thu, 17 Aug 2023 17:06:25 +0200 Subject: [PATCH] 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 --- MAINTAINERS.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index b385edc4a27..cb366f6855c 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -206,14 +206,11 @@ Bluetooth: - sjanc files: - doc/connectivity/bluetooth/ - - drivers/bluetooth/ - include/zephyr/bluetooth/ - include/zephyr/drivers/bluetooth/ - samples/bluetooth/ - subsys/bluetooth/ - subsys/bluetooth/common/ - - subsys/bluetooth/services/ - - subsys/bluetooth/shell/ - tests/bluetooth/ - tests/bsim/bluetooth/ files-exclude: @@ -271,7 +268,10 @@ Bluetooth Host: - theob-pro - kruithofa files: + - drivers/bluetooth/ - subsys/bluetooth/host/ + - subsys/bluetooth/services/ + - subsys/bluetooth/shell/ - tests/bluetooth/host*/ - tests/bsim/bluetooth/host/ labels: