From 217ece138297a53391e0f15252bfe7b301e8f482 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20B=C3=B8e?= Date: Fri, 9 Feb 2018 14:17:41 +0100 Subject: [PATCH] codeowners: Fix CODEOWNERS for $ZEPHYR_BASE/CMakeLists.txt MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit CMakeLists.txt @nashif @SebastianBoe was supposed to reference only the root file, but was referencing all files. This commit patches CODEOWNERS to behave as intended. See https://help.github.com/articles/about-codeowners/ Signed-off-by: Sebastian Bøe --- CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index 83756006c0..61dc8fee95 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -59,7 +59,7 @@ boards/x86/quark_se_c1000_devboard/* @nashif boards/xtensa/* @andrewboie # All cmake related files cmake/* @nashif @SebastianBoe -CMakeLists.txt @nashif @SebastianBoe +/CMakeLists.txt @nashif @SebastianBoe doc/* @dbkinder doc/subsystems/bluetooth/* @sjanc @jhedberg @Vudentz drivers/*/*qmsi* @nashif