Skip to content

Commit

Permalink
feat: integrated Coderabbit for AI powered PR reviews (#3298)
Browse files Browse the repository at this point in the history
Co-authored-by: Akshat Nema <[email protected]>%0ACo-authored-by: Ansh Goyal <[email protected]>
  • Loading branch information
aakankshabhende and anshgoyalevil authored Nov 8, 2024
1 parent 0909e2f commit 79b2491
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions .coderrabbit.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
language: "en-US"
reviews:
profile: "assertive"
request_changes_workflow: false
high_level_summary: true
poem: true
review_status: true
auto_review:
enabled: true
tools:
spellcheck:
enabled: true
markdownlint:
enabled: true
biome:
enabled: true
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
chat:
auto_reply: true
knowledge_base:
opt_out: false
learnings:
scope: "local"
issues:
scope: "local"
pull_requests:
scope: "local"

0 comments on commit 79b2491

Please sign in to comment.