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

Merged
merged 12 commits into from
Nov 8, 2024
50 changes: 50 additions & 0 deletions .coderrabbit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
language: "en-US"
reviews:
aakankshabhende marked this conversation as resolved.
Show resolved Hide resolved
profile: "assertive"
request_changes_workflow: false
high_level_summary: true
poem: true
review_status: true
coderabbitai[bot] marked this conversation as resolved.
Show resolved Hide resolved
auto_review:
enabled: true
aakankshabhende marked this conversation as resolved.
Show resolved Hide resolved
tools:
spellcheck:
enabled: true
markdownlint:
enabled: true
biome:
enabled: true
ruff:
enabled: true
akshatnema marked this conversation as resolved.
Show resolved Hide resolved
github-checks:
enabled: true
timeout_ms: 180000
languagetool:
enabled: true
enabled_only: false
level: default
hadolint:
enabled: true
yamllint:
enabled: true
gitleaks:
enabled: true
eslint:
enabled: true
actionlint:
enabled: true
semgrep:
enabled: true
coderabbitai[bot] marked this conversation as resolved.
Show resolved Hide resolved
chat:
auto_reply: true
aakankshabhende marked this conversation as resolved.
Show resolved Hide resolved
custom_messages:
greeting: "Thanks for the mention! I'll review your code shortly."
farewell: "I've completed the review. Let me know if you need any clarification!"
Copy link
Member

Choose a reason for hiding this comment

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

@aakankshabhende I don't find these fields under coderabbit ai yaml configuration. Can you please confirm how it will help and work in the PR?

image

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@akshatnema the coderrabbit bot requested these changes

Copy link
Member

Choose a reason for hiding this comment

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

@aakankshabhende Can you please point that review message?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@akshatnema please check coderabbit bot's above comment

knowledge_base:
opt_out: false
learnings:
scope: "local"
issues:
scope: "local"
pull_requests:
scope: "local"
Loading