From 034f0fca93d84035d057dccb6c884eac19021a2a Mon Sep 17 00:00:00 2001 From: Georges Oates_Larsen Date: Thu, 14 Sep 2023 15:52:13 -0700 Subject: [PATCH] MAINTAINERS: Update maintainers/codeowners for conn_mgr docs conn_mgr now has docs, so add them to the maintainers/codeowners files. Signed-off-by: Georges Oates_Larsen --- CODEOWNERS | 1 + MAINTAINERS.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index 55d05396f7f..2aabb0a3299 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -220,6 +220,7 @@ /doc/CMakeLists.txt @carlescufi /doc/_scripts/ @carlescufi /doc/connectivity/bluetooth/ @alwa-nordic @jhedberg @Vudentz +/doc/connectivity/networking/conn_mgr @carlescufi @glarsennordic /doc/build/dts/ @galak @mbolivar-ampere /doc/build/sysbuild/ @tejlmand @nordicjm /doc/hardware/peripherals/canbus/ @alexanderwachter @henrikbrixandersen diff --git a/MAINTAINERS.yml b/MAINTAINERS.yml index c4cac66dde0..d05c2768577 100644 --- a/MAINTAINERS.yml +++ b/MAINTAINERS.yml @@ -1924,6 +1924,7 @@ Networking: - subsys/net/conn_mgr/ - tests/net/conn_mgr_monitor/ - tests/net/conn_mgr_conn/ + - doc/connectivity/networking/conn_mgr/ labels: - "area: Networking"