Skip to content

Commit 0b81fe1

Browse files
Add ncs-matter to Matter-specific files
The CODEOWNERS file overrides Kconfig, CMakeLists and .cmake file patterns, and due to that, ncs-matter is not notified about these file types in Matter locations. To fix it, assign both nrfconnect/ncs-co-build-system nrfconnect/ncs-matter to all Matter-related Kconfig, CMakeLists\ and .cmake files. Signed-off-by: Arkadiusz Balys <[email protected]>
1 parent 924dce5 commit 0b81fe1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CODEOWNERS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -983,3 +983,12 @@
983983
Kconfig* @nrfconnect/ncs-co-build-system
984984
CMakeLists* @nrfconnect/ncs-co-build-system
985985
*.cmake @nrfconnect/ncs-co-build-system
986+
987+
# ncs-matter-related files
988+
/samples/matter/**/*.cmake @nrfconnect/ncs-co-build-system @nrfconnect/ncs-matter
989+
/samples/matter/**/Kconfig* @nrfconnect/ncs-co-build-system @nrfconnect/ncs-matter
990+
/applications/matter_weather_station/**/Kconfig* @nrfconnect/ncs-co-build-system @nrfconnect/ncs-matter
991+
/applications/matter_bridge/**/Kconfig* @nrfconnect/ncs-co-build-system @nrfconnect/ncs-matter
992+
/samples/matter/**/CMakeLists* @nrfconnect/ncs-co-build-system @nrfconnect/ncs-matter
993+
/applications/matter_weather_station/**/CMakeLists* @nrfconnect/ncs-co-build-system @nrfconnect/ncs-matter
994+
/applications/matter_bridge/**/CMakeLists* @nrfconnect/ncs-co-build-system @nrfconnect/ncs-matter

0 commit comments

Comments
 (0)