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
|
|
|
|
/script/release-notes @electron/wg-releases
|
|
|
|
/script/prepare-release.js @electron/wg-releases
|
|
|
|
/script/bump-version.js @electron/wg-releases
|
|
|
|
/script/ci-release-build.js @electron/wg-releases
|
|
|
|
/script/release.js @electron/wg-releases
|
|
|
|
/script/upload-to-github.js @electron/wg-releases
|
|
|
|
/script/release-artifact-cleanup.js @electron/wg-releases
|
|
|
|
/script/get-last-major-for-master.js @electron/wg-releases
|
|
|
|
/script/find-release.js @electron/wg-releases
|
|
|
|
/script/download-circleci-artifacts.js @electron/wg-releases
|