mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
Add CODEOWNERS for data/ and workflow/ libraries (#19244)
This commit is contained in:
parent
b59317520d
commit
7e84cd9b67
1 changed files with 8 additions and 1 deletions
9
.github/CODEOWNERS
vendored
9
.github/CODEOWNERS
vendored
|
@ -33,7 +33,6 @@
|
|||
/java/*/pom_template.xml @jovany-wang @kfstorm @raulchen
|
||||
/java/api/ @jovany-wang @kfstorm @raulchen
|
||||
|
||||
|
||||
# Ray Client
|
||||
/src/ray/protobuf/ray_client.proto @ijrsvt @ameerhajali @ckw017 @mwtian
|
||||
|
||||
|
@ -42,6 +41,14 @@
|
|||
# Ray tune.
|
||||
/python/ray/tune/ @ray-project/ray-tune
|
||||
|
||||
# Ray data.
|
||||
/python/ray/data/ @ericl @scv119
|
||||
/doc/source/data/ @ericl @scv119
|
||||
|
||||
# Ray workflows.
|
||||
/python/ray/workflow/ @ericl @iycheng
|
||||
/doc/source/workflows/ @ericl @iycheng
|
||||
|
||||
# RLlib.
|
||||
#/python/ray/rllib/ @ray-project/rllib
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue