From f3de86fb2cdef2bdbed227018750c0d64cfbb080 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Kandula Date: Thu, 6 Jun 2024 10:17:13 +0530 Subject: [PATCH] chore: Add owner for migrations --- CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CODEOWNERS b/CODEOWNERS index b16137f43d..e6482ac36d 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -198,10 +198,13 @@ app/client/src/ee/ActionExecution/ActionExecutionSagas.ts @ApekshaBhosale 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 @vivonk @abhvsn + # DevOps & Shri deploy/**/* @sharat87 @pratapaprasanna .github/workflows/*.yml @sharat87 app/server/**/pom.xml @sharat87 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/Bridge.java @sharat87 +app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/ce/bridge/**/* @sharat87