Skip to content

Commit 2243796

Browse files
authored
chore: tune coderabbit config (#2687)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Added/updated automated pull-request review configuration: auto-review for draft PRs, automatic conventional-commit-style titles, stricter summary formatting and issue-reference requirements, enabled request-changes workflow, and marks commits as failing when checks don't pass. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
1 parent cbd257c commit 2243796

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.coderabbit.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
reviews:
2+
auto_review:
3+
enabled: true
4+
drafts: true
5+
auto_title_instructions: Use conventional commits structure
6+
fail_commit_status: true
7+
high_level_summary_instructions: |
8+
Describe the main change in the pull request in 60 words max. Explain what was changed, why it was needed, and the approach taken.
9+
Use single level bullet points to list individual changes.
10+
Include a plain-text issue reference line using one of the formats `fixes: #<issue_number>`, `closes: #<issue_number>`, or `related: #<issue_number|AAP-number>`.
11+
Do not include full or partial URLs for these issue references.
12+
The summary must not start with any heading or title.
13+
in_progress_fortune: false
14+
request_changes_workflow: true
15+
review_status: false

0 commit comments

Comments
 (0)