Unverified Commit 91f2a014 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

update CODEOWNERS (#4127)

* update CODEOWNERS

* include R build scripts
parent 144fe489
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# offer a reasonable automatic best-guess # offer a reasonable automatic best-guess
# catch-all rule (this only gets matched if no rules below match) # catch-all rule (this only gets matched if no rules below match)
* @guolinke @StrikerRUS @jameslamb @Laurae2 * @guolinke @StrikerRUS @jameslamb @shiyu1994
# other catch-alls that will get matched if specific rules below are not matched # other catch-alls that will get matched if specific rules below are not matched
*.R @Laurae2 @jameslamb *.R @Laurae2 @jameslamb
...@@ -25,10 +25,12 @@ tests/data/ @guolinke @chivee @btrotta @shiyu1994 ...@@ -25,10 +25,12 @@ tests/data/ @guolinke @chivee @btrotta @shiyu1994
windows/ @guolinke @chivee @btrotta @StrikerRUS @shiyu1994 windows/ @guolinke @chivee @btrotta @StrikerRUS @shiyu1994
# R code # R code
build_r.R @jameslamb @StrikerRUS
build-cran-package.sh @jameslamb @StrikerRUS
R-package/ @Laurae2 @jameslamb R-package/ @Laurae2 @jameslamb
# Python code # Python code
python-package/ @StrikerRUS @chivee @wxchan @henry0312 @shiyu1994 python-package/ @StrikerRUS @chivee @wxchan @henry0312 @shiyu1994 @jameslamb
# Dask integration # Dask integration
python-package/lightgbm/dask.py @jameslamb python-package/lightgbm/dask.py @jameslamb
...@@ -38,11 +40,11 @@ tests/python_package_test/test_dask.py @jameslamb ...@@ -38,11 +40,11 @@ tests/python_package_test/test_dask.py @jameslamb
helpers/ @StrikerRUS @guolinke helpers/ @StrikerRUS @guolinke
# CI administrative stuff # CI administrative stuff
.ci/ @StrikerRUS @Laurae2 @jameslamb .ci/ @StrikerRUS @jameslamb
docs/ @StrikerRUS @Laurae2 @jameslamb docs/ @StrikerRUS @jameslamb
examples/ @StrikerRUS @jameslamb @guolinke examples/ @StrikerRUS @jameslamb @guolinke
*.yml @StrikerRUS @Laurae2 @jameslamb *.yml @StrikerRUS @jameslamb
.vsts-ci.yml @Laurae2 .vsts-ci.yml @StrikerRUS @jameslamb
# docker setup # docker setup
docker/ @StrikerRUS @jameslamb docker/ @StrikerRUS @jameslamb
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment