Add autoscaler code owners (#28213)

We already had these on docs, a bit of an oversight not adding this to the autoscaler itself too.

Signed-off-by: Alex Wu <alex@anyscale.io>

Signed-off-by: Alex Wu <alex@anyscale.io>
This commit is contained in:
Alex Wu 2022-08-31 12:02:09 -07:00 committed by GitHub
parent 5e2437923d
commit dc08ce55ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

3
.github/CODEOWNERS vendored
View file

@ -20,6 +20,9 @@
/dashboard/modules/snapshot @wuisawesome @ijrsvt @edoakes @alanwguo @architkulkarni
/python/ray/autoscaler/_private/monitor.py @wuisawesome @DmitriGekhtman
# Autoscaler
/python/ray/autoscaler/ @wuisawesome @DmitriGekhtman
# Metrics
/src/ray/stats/metric_defs.h @ericl @scv119 @rkooo567
/src/ray/stats/metric_defs.cc @ericl @scv119 @rkooo567