~aleteoryx/muditaos

ref: c1391090c67428aeaffcef5a7a71a6d2ed69ccc9 muditaos/.github/CODEOWNERS -rw-r--r-- 1.2 KiB
c1391090 — Mateusz Piesta [BH-1389] Catch2 unit tests optimization 3 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Please mind that:
# 1. in CODEOWNERS file there is no `/**` syntax but we end catalog without `/` which means whole catalog and subdirs
#    example `dir     @owner` means whole dir and it's subdirectory
# 2. in CODEOWNERS file ending catalog with `/` means "cutoff
#    example `dir     @owner` means whole only dir **without subdirs**
# 3. starting dir from `/` means `from root dir` whereas without means `all such catalogs` (like we would do with extglob `**/`
# 4. Sub groups are marked from organization, not group so we don't have `@mudita/os/embedded-abs` but `@mudita/embedded-abs`

/.github/CODEOWNERS                         @mudita/chapter-leads

# bsp
/board                                      @mudita/chapter-bsp
/module-bsp                                 @mudita/chapter-bsp

# build system
/CMakeLists.txt                             @mudita/chapter-bsp
/third-party/CMakeLists.txt                 @mudita/chapter-bsp
/module-utils/CMakeLists.txt                @mudita/chapter-bsp
/cmake                                      @mudita/chapter-bsp
/test/CMakeLists.txt                        @mudita/chapter-bsp
/module-services/service-desktop            @mudita/embedded-centerpure