Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: integrated Coderabbit for AI powered PR reviews #3298

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .coderrabbit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
language: "en-US"
reviews:
request_changes_workflow: false
high_level_summary: true
poem: false
review_status: true
auto_review:
enabled: true
ignore_title_keywords:
- "WIP"
- "Do Not Merge"
drafts: false
base_branches: ["master"]
tools:
spellcheck:
enabled: true
markdownlint:
enabled: true
biome:
enabled: true
chat:
auto_reply: true

aakankshabhende marked this conversation as resolved.
Show resolved Hide resolved
Loading