forked from asyncapi/generator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
56 lines (53 loc) · 1.62 KB
/
.coderabbit.yaml
File metadata and controls
56 lines (53 loc) · 1.62 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
language: en-US
reviews:
poem: false
suggested_reviewers: false
suggested_labels: false
sequence_diagrams: false
high_level_summary: true
high_level_summary_placeholder: "@coderabbitai summary"
profile: chill
auto_review:
enabled: true
auto_incremental_review: true
ignore_usernames: [dependabot, asyncapi-bot]
review_status: true
commit_status: true
changed_files_summary: true
assess_linked_issues: true
related_issues: true
related_prs: true
pre_merge_checks:
title:
mode: error
requirements: "Use a concise title that follows our Conventional Commits guidelines and clearly summarizes the change using imperative mood (it means spoken or written as if giving a command or instruction, like 'add new helper for listing operations'). In Generator, prepend feat: or fix: in PR title only when PATCH/MINOR release must be triggered."
tools:
actionlint:
enabled: true
github-checks:
enabled: true
timeout_ms: 900000 # Wait 15 min for checks to complete
chat:
auto_reply: false
knowledge_base:
# Don't opt out - this enables all learning features
opt_out: false
web_search:
enabled: true
# Code Guidelines - automatically detects team standards
code_guidelines:
enabled: true
filePatterns:
# Add custom patterns here if you have other guideline files:
- ".github/pr-review-checklist.md"
- "Development.md"
- "CONTRIBUTING.md"
learnings:
scope: auto
issues:
scope: auto
pull_requests:
scope: auto
mcp:
usage: auto