CODEOWNERS 1.0 KB

123456789101112131415161718192021222324252627
  1. # https://help.github.com/articles/about-codeowners/
  2. #
  3. # last match wins, so put more specific matches towards the end
  4. #
  5. # only ppl with push rights in the repo can be owners
  6. # https://github.com/isaacs/github/issues/989#issuecomment-320475904
  7. #
  8. # additionally, it seems only the directoy syntax works.
  9. # e.g. '/src/source-*.[ch] @regit' seems to have no effect.
  10. * @victorjulien
  11. /src/ @victorjulien
  12. /doc/ @jufajardini
  13. /python/ @jasonish @inashivb
  14. /.github/ @jasonish
  15. /ebpf/ @regit
  16. /rust/ @jasonish
  17. /rust/src/dcerpc/ @jasonish
  18. /rust/src/dns/ @jasonish
  19. /rust/src/applayertemplate/ @jasonish
  20. /rust/src/smb/ @victorjulien
  21. /rust/src/nfs/ @victorjulien
  22. /rust/src/http2/ @catenacyber
  23. /rust/src/ssh/ @catenacyber
  24. /rust/src/quic/ @catenacyber
  25. /rust/src/telnet/ @victorjulien
  26. /rust/src/pgsql/ @jufajardini