From 3f880fb7c75c67b2bde5d69373fecdfc1423c6eb Mon Sep 17 00:00:00 2001 From: Erick Zhao Date: Thu, 6 Feb 2020 09:31:25 -0800 Subject: [PATCH] chore: remove teams without write access from CODEOWNERS (#22043) * chore: update CODEOWNERS for Ecosystem WG * chore: remove teams w/o write access from CODEOWNERS --- .github/CODEOWNERS | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0f3853f6b2..d20491d352 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,20 +3,10 @@ # https://help.github.com/articles/about-codeowners # https://git-scm.com/docs/gitignore -# Most stuff in here is owned by the Community & Safety WG... -/.github/* @electron/wg-community - -# ...except the Admin WG maintains this file. -/.github/CODEOWNERS @electron/wg-admin - # Upgrades WG /patches/ @electron/wg-upgrades DEPS @electron/wg-upgrades -# Docs & Tooling WG -/default_app/ @electron/wg-docs-tools -/docs/ @electron/wg-docs-tools - # Releases WG /npm/ @electron/wg-releases -/script/release @electron/wg-releases \ No newline at end of file +/script/release @electron/wg-releases