Add more codeowners to datasets (#22409)

This commit is contained in:
Eric Liang 2022-02-15 15:44:20 -08:00 committed by GitHub
parent 839bc5019f
commit 10172d8663
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
.github/CODEOWNERS vendored
View file

@ -51,8 +51,8 @@
/python/ray/tune/ @ray-project/ray-tune
# Ray data.
/python/ray/data/ @ericl @scv119
/doc/source/data/ @ericl @scv119
/python/ray/data/ @ericl @scv119 @clarkzinzow
/doc/source/data/ @ericl @scv119 @clarkzinzow
# Ray workflows.
/python/ray/workflow/ @ericl @iycheng