Add CODEOWNERS for data/ and workflow/ libraries (#19244)

This commit is contained in:
Eric Liang 2021-10-08 19:21:06 -07:00 committed by GitHub
parent b59317520d
commit 7e84cd9b67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

9
.github/CODEOWNERS vendored
View file

@ -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