From 5dd1b968479dc04d5e8fa28a9941100a0a710142 Mon Sep 17 00:00:00 2001 From: Emil Gydesen Date: Mon, 1 Apr 2024 09:30:02 +0200 Subject: [PATCH] MAINTAINERS: Add additional files to Bluetooth Audio Neither samples nor documentation have a file structure that allows us to easily add the Bluetooth Audio label and reviewers to PRs that modify these files, so they have been added more explicitly. Any future files will need to be added to this list as well, unless the structure change to make this easier. Signed-off-by: Emil Gydesen --- MAINTAINERS.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index d0d4eba187b..9cf5006132f 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -446,7 +446,17 @@ Bluetooth Audio: - include/zephyr/bluetooth/audio/ - tests/bluetooth/audio/ - tests/bsim/bluetooth/audio/ - - tests/bluetooth/shell/audio* + - tests/bluetooth/shell/audio.conf + - doc/connectivity/bluetooth/img/ble_audio_arch.svg + - doc/connectivity/bluetooth/img/cap_proc.svg + - doc/connectivity/bluetooth/img/gaf.svg + - doc/connectivity/bluetooth/img/zephyr_gaf.svg + - doc/connectivity/bluetooth/bluetooth-le-audio-arch.rst + - samples/bluetooth/broadcast_audio*/ + - samples/bluetooth/hap*/ + - samples/bluetooth/public_broadcast*/ + - samples/bluetooth/tmap*/ + - samples/bluetooth/unicast_audio*/ labels: - "area: Bluetooth Audio" - "area: Bluetooth"