electron/.github/CODEOWNERS

20 lines
814 B
Plaintext
Raw Permalink Normal View History

2017-09-21 20:00:38 -06: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 00:43:42 -06:00
# Upgrades WG
/patches/ @electron/patch-owners
2019-08-19 14:56:20 -06:00
DEPS @electron/wg-upgrades
# Releases WG
/docs/breaking-changes.md @electron/wg-releases
/npm/ @electron/wg-releases
/script/release @electron/wg-releases
# Security WG
/lib/browser/devtools.ts @electron/wg-security
/lib/browser/guest-view-manager.ts @electron/wg-security
/lib/browser/rpc-server.ts @electron/wg-security
/lib/renderer/security-warnings.ts @electron/wg-security