From 9124e310fdb696e634d77e6b3d3997692008f19f Mon Sep 17 00:00:00 2001 From: Aleksander Wasaznik Date: Tue, 13 Sep 2022 13:36:40 +0200 Subject: [PATCH] CODEOWNERS: Remove alwa-noric from bluetooth mesh Removes alwa-nordic from the following paths: /tests/bluetooth/bsim_bt/bsim_test_mesh/ /tests/bluetooth/mesh_shell/ This is done by adding new definitions for those paths, inheriting the owners of the previously matching rule, but without alwa-nordic. PavelVPV is added to both entries. Signed-off-by: Aleksander Wasaznik --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index f5e5f585029..3c1c5fb8476 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -803,6 +803,8 @@ scripts/build/gen_image_info.py @tejlmand /tests/bluetooth/controller/ @cvinayak @thoh-ot @kruithofa @erbr-ot @sjanc @ppryga /tests/bluetooth/bsim_bt/ @alwa-nordic @jhedberg @Vudentz @wopu-ot /tests/bluetooth/bsim_bt/bsim_test_audio/ @jhedberg @Vudentz @wopu-ot @Thalley +/tests/bluetooth/bsim_bt/bsim_test_mesh/ @jhedberg @Vudentz @wopu-ot @PavelVPV +/tests/bluetooth/mesh_shell/ @jhedberg @Vudentz @sjanc @PavelVPV /tests/bluetooth/tester/ @alwa-nordic @jhedberg @Vudentz @sjanc /tests/posix/ @pfalcon /tests/crypto/ @ceolin