Update CODEOWNERS (#40366)

This commit is contained in:
Nidhi 2025-04-24 21:34:50 +05:30 committed by GitHub
parent 49a926e08f
commit d1f55d2cc9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -191,16 +191,21 @@ app/client/src/ce/JSFunctionExecutionSaga.ts @ApekshaBhosale
app/client/src/ee/JSFunctionExecutionSaga.ts @ApekshaBhosale app/client/src/ee/JSFunctionExecutionSaga.ts @ApekshaBhosale
# Enterprise Success # 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 # DevOps
deploy/**/* @sharat87 @pratapaprasanna deploy/**/* @sharat87 @pratapaprasanna @nidhi-nair
.github/workflows/*.yml @sharat87 .github/workflows/*.yml @sharat87 @nidhi-nair
app/client/packages/ctl/**/* @sharat87 @pratapaprasanna app/client/packages/ctl/**/* @sharat87 @pratapaprasanna @nidhi-nair
app/server/**/pom.xml @sharat87 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/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/repositories/ce/params/QueryAllParams.java @sharat87
app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/ce/bridge/**/* @sharat87 app/server/appsmith-server/src/main/java/com/appsmith/server/helpers/ce/bridge/**/* @sharat87
# Cypress # Cypress
app/client/cypress/**/* @ApekshaBhosale @sagar-qa007 app/client/cypress/**/* @ApekshaBhosale