From b50ae99e6116102603d4a117f07f0845dc8d2438 Mon Sep 17 00:00:00 2001 From: Abhijeet <41686026+abhvsn@users.noreply.github.com> Date: Wed, 16 Oct 2024 17:26:03 +0530 Subject: [PATCH] chore: Enable coderabbit on pg PRs (#36891) ## 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 - **New Features** - Expanded automated review configuration to include "pg" and "release" branches. - **Chores** - Minor formatting adjustment in the configuration file for improved clarity. --- .coderabbit.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 308553066b..27fc332129 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -12,6 +12,7 @@ reviews: auto_review: enabled: true drafts: false + base_branches: ["pg", "release"] path_instructions: - path: "app/client/cypress/**/**.*" instructions: | @@ -34,4 +35,4 @@ reviews: - Do not use duplicate filenames even with different paths. - Avoid using agHelper.Sleep, this.Sleep in any file in code. chat: - auto_reply: true \ No newline at end of file + auto_reply: true