milvus/CODEOWNERS
Line: 4: incorrect codeowner user: scsven Line: 4: incorrect codeowner user: shengjun1985 Line: 4: no users/groups matched Line: 7: incorrect codeowner user: yhmo Line: 7: no users/groups matched Line: 8: incorrect codeowner user: BossZou Line: 8: no users/groups matched Line: 9: incorrect codeowner user: yhmo Line: 9: no users/groups matched Line: 10: incorrect codeowner user: shengjun1985 Line: 10: no users/groups matched Line: 13: incorrect codeowner user: cydrain Line: 13: no users/groups matched Line: 16: incorrect codeowner regexp: error parsing regexp: invalid nested repetition operator: `**` Line: 17: incorrect codeowner user: scsven Line: 17: no users/groups matched
Wang Xiangyu f5d7d917f7
update code owners (#4747)
Signed-off-by: Xiangyu Wang <xiangyu.wang@zilliz.com>
2021-02-26 11:49:30 +08:00

19 lines
393 B
Plaintext

# Each line is a component followed by one or more owners.
# Global reviewer
* @scsven @shengjun1985
# Code
/sdk/ @yhmo
/shards/ @BossZou
/core/src/ @yhmo
/core/src/index/ @shengjun1985
# Test
/tests/ @cydrain
# CMake Files
**/CMakeLists.txt @scsven
*.cmake @scsven