add rules for tests/ in CODEOWNERS (#3226)

This commit is contained in:
James Lamb 2020-07-13 10:43:18 -05:00 коммит произвёл GitHub
Родитель 4b74139ad9
Коммит 61b3c30842
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 10 добавлений и 1 удалений

11
.github/CODEOWNERS поставляемый
Просмотреть файл

@ -9,14 +9,23 @@
# catch-all rule (this only gets matched if no rules below match)
* @guolinke @StrikerRUS @jameslamb @Laurae2
# other catch-alls that will get matched if specific rules below are not matched
*.R @Laurae2 @jameslamb
*.py @StrikerRUS @chivee @wxchan @henry0312
*.cpp @guolinke @chivee @btrotta
*.h @guolinke @chivee @btrotta
# main C++ code
include/ @guolinke @chivee @btrotta
src/ @guolinke @chivee @btrotta
CMakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12 @btrotta
tests/c_api_test/ @guolinke @chivee @btrotta
tests/cpp_test/ @guolinke @chivee @btrotta
tests/data/ @guolinke @chivee @btrotta
windows/ @guolinke @chivee @btrotta @StrikerRUS
# R code
R-package/ @Laurae2 @jameslamb
*.R @Laurae2 @jameslamb
# Python code
python-package/ @StrikerRUS @chivee @wxchan @henry0312