diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0ee5efb4792b..7164a84e8ca5 100644 --- a/.github/CODEOWNERS +++ b/.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