From 7cc2d04ae65097b663e09b6de5cac64281b74f31 Mon Sep 17 00:00:00 2001 From: Naheel Muhammed Date: Mon, 9 Feb 2026 11:17:33 +0530 Subject: [PATCH 1/2] Create .coderabbit.yaml --- .coderabbit.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .coderabbit.yaml diff --git a/.coderabbit.yaml b/.coderabbit.yaml new file mode 100644 index 0000000..a31de4f --- /dev/null +++ b/.coderabbit.yaml @@ -0,0 +1,9 @@ +# .coderabbit.yaml +reviews: + auto_review: + enabled: true + # Leaving this empty or removing bots ensures they get reviewed + ignore_usernames: [] + # This ensures CodeRabbit summarizes the changes even for bots + summaries: + enabled: true From fa315000e0ea51751bf419a74cb3f8acadcb13c3 Mon Sep 17 00:00:00 2001 From: Naheel Muhammed Date: Mon, 9 Feb 2026 11:24:45 +0530 Subject: [PATCH 2/2] Update .coderabbit.yaml --- .coderabbit.yaml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/.coderabbit.yaml b/.coderabbit.yaml index a31de4f..fa6cbe0 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -1,9 +1,15 @@ # .coderabbit.yaml +# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json + reviews: auto_review: enabled: true - # Leaving this empty or removing bots ensures they get reviewed - ignore_usernames: [] - # This ensures CodeRabbit summarizes the changes even for bots - summaries: - enabled: true + # Setting this to an empty list ensures no one (like Dependabot) is ignored + ignore_usernames: [] + drafts: true + + # Fix: Renamed from 'summaries' to the correct property name + high_level_summary: true + + # Optional: Adds the summary to the walkthrough comment for better visibility + high_level_summary_in_walkthrough: true