CODEOWNERS 1.3 KB

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