From f69d950d197769066f85f169c008b96155a82a6c Mon Sep 17 00:00:00 2001 From: Adam Dobrowolski Date: Mon, 6 Jun 2022 09:26:03 +0200 Subject: [PATCH] [MOS-535] Remove codeowners its useless now we do not have such teams --- .github/CODEOWNERS | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS deleted file mode 100644 index ba3a0f6423180fd6fb08f901b9e74a42611083a0..0000000000000000000000000000000000000000 --- a/.github/CODEOWNERS +++ /dev/null @@ -1,20 +0,0 @@ -# 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