Skip to content

Commit

Permalink
revisions to CODEOWNERS
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jun 2, 2019
1 parent dd39590 commit 9783179
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,26 @@

# main C++ code
include/* @guolinke @chivee
src/* @guolinke @chivee
CmakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12

# R code
include/LightGBM/lightgbm_R.h @Laurae2 @jameslamb
include/LightGBM/R_object_helper.h @Laurae2 @jameslamb
src/lightgbm_R.cpp @Laurae2 @jameslamb
R-package/* @Laurae2 @jameslamb
*.R @Laurae2 @jameslamb

# Python code
python-package/* @StrikerRUS @chivee
*.py @StrikerRUS @wxchan @henry0312
python-package/* @StrikerRUS @chivee @wxchan @henry0312

# helpers
helpers/* @StrikerRUS @guolinke

# CI administrative stuff
.ci/* @StrikerRUS @Laurae2 @jameslamb
docs/* @StrikerRUS @Laurae2 @jameslamb
.travis.yml @StrikerRUS @Laurae2 @jameslamb
.appveyor.yml @StrikerRUS @Laurae2 @jameslamb
*.yml @StrikerRUS @Laurae2 @jameslamb
.vsts-ci.yml @Laurae2

# GPU code
Expand Down

0 comments on commit 9783179

Please sign in to comment.