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:
parent
070e312e8b
commit
3f880fb7c7
1 changed files with 1 additions and 11 deletions
12
.github/CODEOWNERS
vendored
12
.github/CODEOWNERS
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue