Skip to content

Commit

Permalink
add rules for tests/ in CODEOWNERS (#3226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Jul 13, 2020
1 parent 4b74139 commit 61b3c30
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61b3c30

Please sign in to comment.