From fab8bfda817445191f8479db2281d07b8b871aab Mon Sep 17 00:00:00 2001 From: Devin Petersohn Date: Mon, 30 Oct 2023 14:57:49 -0700 Subject: [PATCH] FIX-#6687: Explicitly add users to CODEOWNERS (#6688) Signed-off-by: Devin Petersohn --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 2c7c57de55a..4d640a8ecff 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,8 +1,8 @@ # These owners will be the default owners for everything in # the repo unless a later match takes precedence, -* @modin-project/modin-core +* @modin-project/modin-core @devin-petersohn @mvashishtha @RehanSD @YarShev @vnlitvinov @anmyachev @dchigarev # These owners will review everything in the HDK engine component # of Modin. -/modin/experimental/core/storage_formats/hdk/** @modin-project/modin-hdk -/modin/experimental/core/execution/native/implementations/hdk_on_native/** @modin-project/modin-hdk +/modin/experimental/core/storage_formats/hdk/** @modin-project/modin-hdk @aregm @gshimansky @ienkovich @Garra1980 @YarShev @vnlitvinov @anmyachev @dchigarev @AndreyPavlenko +/modin/experimental/core/execution/native/implementations/hdk_on_native/** @modin-project/modin-hdk @aregm @gshimansky @ienkovich @Garra1980 @YarShev @vnlitvinov @anmyachev @dchigarev @AndreyPavlenko