Skip to content

chore: add .coderabbit.yaml to disable auto reviews#42

Merged
VikramAditya33 merged 1 commit into
mainfrom
CR
Apr 27, 2026
Merged

chore: add .coderabbit.yaml to disable auto reviews#42
VikramAditya33 merged 1 commit into
mainfrom
CR

Conversation

@VikramAditya33
Copy link
Copy Markdown
Collaborator

@VikramAditya33 VikramAditya33 commented Apr 27, 2026

Add CodeRabbit config to disable automatic reviews on all PRs.
Reviews must be triggered manually via @coderabbitai review.

Summary by CodeRabbit

  • Chores
    • Updated repository configuration settings for code review and development workflow.

Note: This release contains no changes visible to end-users. Updates are limited to internal development tools and configurations.

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Apr 27, 2026

Warning

Ignoring CodeRabbit configuration file changes. For security, only the configuration from the base branch is applied for open source repositories.

📝 Walkthrough

Walkthrough

A new .coderabbit.yaml configuration file is added specifying language preferences, review profile settings, auto-review behavior controls, exclusion rules for certain bot accounts, and chat auto-reply enablement.

Changes

Cohort / File(s) Summary
Configuration
.coderabbit.yaml
New CodeRabbit configuration file setting language to US English, review profile to chill, disabling auto_review, keeping auto_incremental_review enabled, excluding dependabot[bot] and renovate[bot] from auto-review, and enabling chat auto_reply.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

Poem

🐰 Hop, hop, a config file hops in,
CodeRabbit settles with a calm grin,
Chill vibes, auto-reply cheer,
Bot exclusions crystal clear!

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'chore: add .coderabbit.yaml to disable auto reviews' accurately describes the main change: adding a configuration file to disable automatic reviews.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch CR

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🧹 Nitpick comments (1)
.coderabbit.yaml (1)

5-8: Tighten auto_review config to match manual-only intent.

With enabled: false, auto_incremental_review: true is effectively dormant now, but it can silently reintroduce per-push reviews if auto-review is ever toggled on. Consider removing it (or setting it to false) to keep the config aligned with manual-only reviews.

Proposed cleanup
 reviews:
   profile: chill
   auto_review:
     enabled: false
     drafts: false
-    auto_incremental_review: true
     ignore_usernames:
       - "dependabot[bot]"
       - "renovate[bot]"
🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed.

In @.coderabbit.yaml around lines 5 - 8, The auto_review block currently sets
enabled: false but leaves auto_incremental_review: true which can re-enable
per-push reviews if enabled is later flipped; update the auto_review
configuration by removing the auto_incremental_review key or setting
auto_incremental_review: false so the intent of manual-only reviews
(auto_review.enabled: false) is enforced; ensure you modify the auto_review
section (keys: enabled, drafts, auto_incremental_review) accordingly to avoid
unintended automatic incremental reviews.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Nitpick comments:
In @.coderabbit.yaml:
- Around line 5-8: The auto_review block currently sets enabled: false but
leaves auto_incremental_review: true which can re-enable per-push reviews if
enabled is later flipped; update the auto_review configuration by removing the
auto_incremental_review key or setting auto_incremental_review: false so the
intent of manual-only reviews (auto_review.enabled: false) is enforced; ensure
you modify the auto_review section (keys: enabled, drafts,
auto_incremental_review) accordingly to avoid unintended automatic incremental
reviews.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: e5142fef-d3df-42a8-8be9-e327e1ce9706

📥 Commits

Reviewing files that changed from the base of the PR and between c67fe20 and 59e9c0a.

📒 Files selected for processing (1)
  • .coderabbit.yaml

@VikramAditya33 VikramAditya33 merged commit 6a9f674 into main Apr 27, 2026
3 checks passed
@VikramAditya33 VikramAditya33 deleted the CR branch April 27, 2026 05:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant