CODEOWNERS 1.2 KB

12345678910111213141516171819202122232425262728
  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. # Upgrades WG
  6. /patches/ @electron/patch-owners
  7. DEPS @electron/wg-upgrades
  8. # Releases WG
  9. /docs/breaking-changes.md @electron/wg-releases
  10. /npm/ @electron/wg-releases
  11. /script/release @electron/wg-releases
  12. appveyor.yml @electron/wg-releases
  13. appveyor-bake.yml @electron/wg-releases
  14. appveyor-woa.yml @electron/wg-releases
  15. # Security WG
  16. /lib/browser/devtools.ts @electron/wg-security
  17. /lib/browser/guest-view-manager.ts @electron/wg-security
  18. /lib/browser/rpc-server.ts @electron/wg-security
  19. /lib/renderer/security-warnings.ts @electron/wg-security
  20. # Infra WG
  21. /.github/actions/ @electron/wg-infra
  22. /.github/workflows/*-publish.yml @electron/wg-infra
  23. /.github/workflows/build.yml @electron/wg-infra
  24. /.github/workflows/pipeline-*.yml @electron/wg-infra