From 477cc8a7d01eda95e72486e1f07a5fd796f0ac0e Mon Sep 17 00:00:00 2001 From: Valera Melnikov Date: Wed, 26 Feb 2025 16:20:19 +0300 Subject: [PATCH] fix: for codeowners file (#39453) ## Description > [!TIP] > _Add a TL;DR when the description is longer than 500 words or extremely technical (helps the content, marketing, and DevRel team)._ > > _Please also include relevant motivation and context. List any dependencies that are required for this change. Add links to Notion, Figma or any other documents that might be relevant to the PR._ 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 ## Summary by CodeRabbit - **Chores** - Revised internal team assignments to streamline responsibility management. These updates enhance clarity and alignment within project maintenance without affecting user-facing features. --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 66a7181f68..b5498f236f 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -37,9 +37,9 @@ app/client/src/pages/AppViewer/** @appsmithorg/widgets-blocks # AI Agents POD # AI Agents FE -app/client/src/widgets/wds/** @appsmithorg/wds-team @appsmithorg/ai-agents-fe -app/client/src/ee/widgets/wds/** @appsmithorg/wds-team @appsmithorg/ai-agents-fe -app/client/packages/carbon-connect/** @appsmithorg/wds-team @appsmithorg/ai-agents-fe +app/client/src/widgets/wds/** @appsmithorg/ai-agents-fe +app/client/src/ee/widgets/wds/** @appsmithorg/ai-agents-fe +app/client/packages/carbon-connect/** @appsmithorg/ai-agents-fe app/client/generators/** @appsmithorg/ai-agents-fe app/client/src/actions/canvasSelectionActions.ts @appsmithorg/ai-agents-fe app/client/src/actions/reflowActions.ts @appsmithorg/ai-agents-fe