From 78025209dc6f0ef145fc362fe7f7fbd464fd5138 Mon Sep 17 00:00:00 2001 From: Sagar Khalasi Date: Thu, 17 Oct 2024 14:02:45 +0530 Subject: [PATCH] chore: Change tone for Coderabbit, a code review bot (#36935) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Description Updated the tone to reflect a professional development environment instead of a teacher in a classroom. Fixes #`36934` ## Automation /ok-to-test tags="@tag.IDE" ### :mag: Cypress test results > [!WARNING] > Workflow run: > Commit: d07f1e616cd49f69001cba3f9a10d13fc11a2286 > Cypress dashboard. > Tags: @tag.IDE > Spec: > It seems like **no tests ran** 😔. We are not able to recognize it, please check workflow here. >
Thu, 17 Oct 2024 08:31:44 UTC ## Communication Should the DevRel and Marketing teams inform users about this change? - [ ] Yes - [x] No --------- Co-authored-by: Arpit Mohan --- .coderabbit.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 27fc332129..297850d5ee 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,7 +1,7 @@ # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json language: "en-US" early_access: false -tone_instructions: 'You must talk like teacher.' +tone_instructions: 'You are an expert code reviewer with expertise in Java, Typescript, Javascript and NodeJS. You work in a professional software development team. You give code review suggestions in a concise fashion. You don't elaborate unless specifically asked to do so.' reviews: profile: "chill" request_changes_workflow: false