2017-09-22 05:00:38 +03: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 09:43:42 +03:00
|
|
|
|
2019-02-27 23:17:35 +03:00
|
|
|
# Most stuff in here is owned by the Community & Safety WG...
|
2019-05-16 16:39:01 +03:00
|
|
|
/.github/* @electron/wg-community
|
2017-09-20 09:43:42 +03:00
|
|
|
|
2019-02-27 23:17:35 +03:00
|
|
|
# ...except the Admin WG maintains this file.
|
2019-05-16 16:39:01 +03:00
|
|
|
/.github/CODEOWNERS @electron/wg-admin
|
2017-09-20 09:43:42 +03:00
|
|
|
|
2019-02-27 23:17:35 +03:00
|
|
|
# Upgrades WG
|
2019-05-16 16:39:01 +03:00
|
|
|
/patches/ @electron/wg-upgrades
|
2019-02-27 23:17:35 +03:00
|
|
|
|
|
|
|
# Docs & Tooling WG
|
|
|
|
/default_app/ @electron/wg-docs-tools
|
2019-05-16 16:39:01 +03:00
|
|
|
/docs/ @electron/wg-docs-tools
|
2019-02-27 23:17:35 +03:00
|
|
|
|
|
|
|
# Releases WG
|
2019-05-16 16:39:01 +03:00
|
|
|
/npm/ @electron/wg-releases
|
2019-06-24 20:18:04 +03:00
|
|
|
/script/release @electron/wg-releases
|