From dc08ce55eeb861d083184186e493bd5aaccac4d8 Mon Sep 17 00:00:00 2001 From: Alex Wu Date: Wed, 31 Aug 2022 12:02:09 -0700 Subject: [PATCH] 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 Signed-off-by: Alex Wu --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 77e01d50d..1a1c823ed 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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