electron/.github/CODEOWNERS

22 lines
842 B
Text
Raw Normal View History

2017-09-22 02:00:38 +00:00
# Order is important. The LAST matching pattern has the MOST precedence.
# gitignore style patterns are used, not globs.
# https://help.github.com/articles/about-codeowners
# https://git-scm.com/docs/gitignore
2017-09-20 06:43:42 +00:00
# Most stuff in here is owned by the Community & Safety WG...
/.github/* @electron/wg-community
2017-09-20 06:43:42 +00:00
# ...except the Admin WG maintains this file.
/.github/CODEOWNERS @electron/wg-admin
2017-09-20 06:43:42 +00:00
# Upgrades WG
/patches/ @electron/wg-upgrades
2019-08-19 20:56:20 +00:00
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