Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
4fee5821
Commit
4fee5821
authored
Sep 23, 2019
by
Nikita Titov
Committed by
James Lamb
Sep 22, 2019
Browse files
fix codeowners (#2429)
parent
f1a14869
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
.github/CODEOWNERS
.github/CODEOWNERS
+8
-8
No files found.
.github/CODEOWNERS
View file @
4fee5821
...
@@ -7,31 +7,31 @@
...
@@ -7,31 +7,31 @@
# offer a reasonable automatic best-guess
# offer a reasonable automatic best-guess
# main C++ code
# main C++ code
include/
*
@guolinke @chivee
include/ @guolinke @chivee
src/
*
@guolinke @chivee
src/ @guolinke @chivee
CmakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12
CmakeLists.txt @guolinke @chivee @Laurae2 @jameslamb @wxchan @henry0312 @StrikerRUS @huanzhang12
# R code
# R code
include/LightGBM/lightgbm_R.h @Laurae2 @jameslamb
include/LightGBM/lightgbm_R.h @Laurae2 @jameslamb
include/LightGBM/R_object_helper.h @Laurae2 @jameslamb
include/LightGBM/R_object_helper.h @Laurae2 @jameslamb
src/lightgbm_R.cpp @Laurae2 @jameslamb
src/lightgbm_R.cpp @Laurae2 @jameslamb
R-package/
*
@Laurae2 @jameslamb
R-package/ @Laurae2 @jameslamb
*.R @Laurae2 @jameslamb
*.R @Laurae2 @jameslamb
# Python code
# Python code
python-package/
*
@StrikerRUS @chivee @wxchan @henry0312
python-package/ @StrikerRUS @chivee @wxchan @henry0312
# helpers
# helpers
helpers/
*
@StrikerRUS @guolinke
helpers/ @StrikerRUS @guolinke
# CI administrative stuff
# CI administrative stuff
.ci/
*
@StrikerRUS @Laurae2 @jameslamb
.ci/ @StrikerRUS @Laurae2 @jameslamb
docs/
*
@StrikerRUS @Laurae2 @jameslamb
docs/ @StrikerRUS @Laurae2 @jameslamb
*.yml @StrikerRUS @Laurae2 @jameslamb
*.yml @StrikerRUS @Laurae2 @jameslamb
.vsts-ci.yml @Laurae2
.vsts-ci.yml @Laurae2
# GPU code
# GPU code
docker/gpu/
*
@huanzhang12
docker/gpu/ @huanzhang12
docs/GPU-*.rst @huanzhang12
docs/GPU-*.rst @huanzhang12
src/treelearner/gpu_tree_learner.cpp @huanzhang12 @guolinke @chivee
src/treelearner/gpu_tree_learner.cpp @huanzhang12 @guolinke @chivee
src/treelearner/tree_learner.cpp @huanzhang12 @guolinke @chivee
src/treelearner/tree_learner.cpp @huanzhang12 @guolinke @chivee
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment