From 3a290ee54f1ab11f648e53d573886086bb196806 Mon Sep 17 00:00:00 2001 From: Apeksha Bhosale <7846888+ApekshaBhosale@users.noreply.github.com> Date: Mon, 10 Jun 2024 09:59:05 +0200 Subject: [PATCH] chore: added code owner for cypress (#34125) ## Description Adding myself as code owner for cypress to be notified on any change on cypress specs Fixes #`Issue Number` _or_ Fixes `Issue URL` > [!WARNING] > _If no issue exists, please create an issue first, and check with the maintainers if the issue is valid._ ## Automation /ok-to-test tags="" ### :mag: Cypress test results > [!CAUTION] > If you modify the content in this section, you are likely to disrupt the CI result for your PR. ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [ ] No --- CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CODEOWNERS b/CODEOWNERS index e6482ac36d..6f6113f491 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -208,3 +208,6 @@ 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/**/* @sharat87 + +#Cypress +app/client/cypress/**/* @ApekshaBhosale