codeowners: Fix CODEOWNERS for $ZEPHYR_BASE/CMakeLists.txt
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 <sebastian.boe@nordicsemi.no>
This commit is contained in:
parent
18f366ca07
commit
217ece1382
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue