chore: update CODEOWNERS to reflect governance (#17143)
* chore: update CODEOWNERS to reflect governance * Add /patches/ @electron/wg-upgrades * Update CODEOWNERS
This commit is contained in:
parent
d4cfaaf047
commit
29ab74688d
1 changed files with 13 additions and 14 deletions
27
.github/CODEOWNERS
vendored
27
.github/CODEOWNERS
vendored
|
@ -3,19 +3,18 @@
|
||||||
# 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
|
||||||
|
|
||||||
# Everything that falls through the cracks:
|
# Most stuff in here is owned by the Community & Safety WG...
|
||||||
* @electron/reviewers
|
/.github/* @electron/wg-community
|
||||||
|
|
||||||
# filename patterns
|
# ...except the Admin WG maintains this file.
|
||||||
*browser_view* @electron/browserview
|
/.github/CODEOWNERS @electron/wg-admin
|
||||||
*notification* @electron/notifications
|
|
||||||
*pdf* @electron/printing
|
|
||||||
*printing* @electron/printing
|
|
||||||
*updater* @electron/updater
|
|
||||||
|
|
||||||
# directories
|
# Upgrades WG
|
||||||
/.github/ @electron/electrocats
|
/patches/ @electron/wg-upgrades
|
||||||
/default_app/ @electron/docs
|
|
||||||
/docs/ @electron/docs
|
# Docs & Tooling WG
|
||||||
/docs-translations/ @electron/i18n
|
/default_app/ @electron/wg-docs-tools
|
||||||
/npm/ @electron/electrocats
|
/docs/ @electron/wg-docs-tools
|
||||||
|
|
||||||
|
# Releases WG
|
||||||
|
/npm/ @electron/wg-releases
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue