From d1f55d2cc9e6656886a601271118ea8dd2861f69 Mon Sep 17 00:00:00 2001 From: Nidhi Date: Thu, 24 Apr 2025 21:34:50 +0530 Subject: [PATCH] Update CODEOWNERS (#40366) --- CODEOWNERS | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index b674816b47..20118b2b98 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -191,16 +191,21 @@ app/client/src/ce/JSFunctionExecutionSaga.ts @ApekshaBhosale app/client/src/ee/JSFunctionExecutionSaga.ts @ApekshaBhosale # Enterprise Success -app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/**/* @sharat87 @abhvsn @AnaghHegde +app/server/appsmith-server/src/main/java/com/appsmith/server/migrations/**/* @sharat87 @abhvsn -# DevOps & Shri -deploy/**/* @sharat87 @pratapaprasanna -.github/workflows/*.yml @sharat87 -app/client/packages/ctl/**/* @sharat87 @pratapaprasanna -app/server/**/pom.xml @sharat87 +# DevOps +deploy/**/* @sharat87 @pratapaprasanna @nidhi-nair +.github/workflows/*.yml @sharat87 @nidhi-nair +app/client/packages/ctl/**/* @sharat87 @pratapaprasanna @nidhi-nair +Dockerfile @nidhi-nair + +# Server dependencies +app/server/**/pom.xml @sharat87 @nidhi-nair + +# Repository layer app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/ce/BaseAppsmithRepositoryCEImpl.java @sharat87 app/server/appsmith-server/src/main/java/com/appsmith/server/repositories/ce/params/QueryAllParams.java @sharat87 app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/ce/bridge/**/* @sharat87 -#Cypress -app/client/cypress/**/* @ApekshaBhosale @sagar-qa007 +# Cypress +app/client/cypress/**/* @ApekshaBhosale