CODEOWNERS 842 B

12345678910111213141516171819202122
  1. # Order is important. The LAST matching pattern has the MOST precedence.
  2. # gitignore style patterns are used, not globs.
  3. # https://help.github.com/articles/about-codeowners
  4. # https://git-scm.com/docs/gitignore
  5. # Most stuff in here is owned by the Community & Safety WG...
  6. /.github/* @electron/wg-community
  7. # ...except the Admin WG maintains this file.
  8. /.github/CODEOWNERS @electron/wg-admin
  9. # Upgrades WG
  10. /patches/ @electron/wg-upgrades
  11. DEPS @electron/wg-upgrades
  12. # Docs & Tooling WG
  13. /default_app/ @electron/wg-docs-tools
  14. /docs/ @electron/wg-docs-tools
  15. # Releases WG
  16. /npm/ @electron/wg-releases
  17. /script/release @electron/wg-releases