chore: remove teams without write access from CODEOWNERS (#22043)

* chore: update CODEOWNERS for Ecosystem WG

* chore: remove teams w/o write access from CODEOWNERS
This commit is contained in:
Erick Zhao 2020-02-06 09:31:25 -08:00 committed by GitHub
parent 070e312e8b
commit 3f880fb7c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/CODEOWNERS vendored
View file

@ -3,20 +3,10 @@
# https://help.github.com/articles/about-codeowners # https://help.github.com/articles/about-codeowners
# https://git-scm.com/docs/gitignore # 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 # Upgrades WG
/patches/ @electron/wg-upgrades /patches/ @electron/wg-upgrades
DEPS @electron/wg-upgrades DEPS @electron/wg-upgrades
# Docs & Tooling WG
/default_app/ @electron/wg-docs-tools
/docs/ @electron/wg-docs-tools
# Releases WG # Releases WG
/npm/ @electron/wg-releases /npm/ @electron/wg-releases
/script/release @electron/wg-releases /script/release @electron/wg-releases