OWNERS 967 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. filters:
  2. ".*":
  3. reviewers:
  4. - czs007
  5. - jeffoverflow
  6. - scsven
  7. - shengjun1985
  8. - sunby
  9. - xiaofan-luan
  10. - xige-16
  11. - yanliang567
  12. - zwd1208
  13. approvers:
  14. - maintainers
  15. "Makefile$":
  16. labels:
  17. - area/compilation
  18. "CMakeLists\\.txt$":
  19. labels:
  20. - area/compilation
  21. # markdown files should be reviewed by authors
  22. "*\\.md$":
  23. required_reviewers:
  24. - scsven
  25. - XuanYang-cn
  26. - xiaofan-luan
  27. approvers:
  28. - maintainers
  29. # codecov.yml is the config file for CodeCov, changes should be reviewed by @wangting0128 or @yanliang567
  30. "codecov.yml$":
  31. required_reviewers:
  32. - wangting0128
  33. - yanliang567
  34. approvers:
  35. - maintainers
  36. # go.{mod,sum} files relate to go dependencies, and should be reviewed by @congqixia
  37. "go\\.(mod|sum)$":
  38. required_reviewers:
  39. - congqixia
  40. approvers:
  41. - maintainers
  42. labels:
  43. - area/dependency