Skip to content

Commit 8060727

Browse files
committed
Add coderabbit config file
1 parent fbdd79c commit 8060727

1 file changed

Lines changed: 61 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json
2+
# CodeRabbit review config file
3+
4+
language: "en-GB"
5+
reviews:
6+
# Options are "quiet", "chill", "assertive" in order of nitpickyness
7+
profile: "assertive"
8+
# Don't automatically approves PRs
9+
request_changes_workflow: false
10+
# Summarise the PR in a comment
11+
high_level_summary: true
12+
# Summary instructions
13+
high_level_summary_instructions: "Give a brief description of the changes in 50 words or less."
14+
# Put summary in a comment, don't override the PR description
15+
high_level_summary_in_walkthrough: true
16+
# Post a comment e.g. when a review is skipped, why so
17+
review_status: true
18+
# Don't add extra details about the review (ignored files, extra context used, suppressed comments, etc.)
19+
review_details: false
20+
# Don't suggest labels to apply to PRs
21+
suggested_labels: false
22+
# Don't suggest reviewers to add to the PR
23+
suggested_reviewers: false
24+
# Don't post a "fortune" message while the review is running
25+
in_progress_fortune: false
26+
# Don't include review comments to provide codegen instructions for AI agents.
27+
enable_prompt_for_ai_agents: false
28+
29+
# Auto review configuration
30+
auto_review:
31+
# Review things
32+
enabled: true
33+
# Review draft PRs
34+
drafts: true
35+
# Don't auto re-review on push (Can always be re-triggered manually)
36+
auto_incremental_review: false
37+
# Branches to auto-review PRs against
38+
base_branches:
39+
- main
40+
# Ignore PRs by the CI bot
41+
ignore_usernames:
42+
- "stackhpc-ci"
43+
44+
finishing_touches:
45+
# Don't try to add docstrings and unit tests
46+
docstrings:
47+
enabled: false
48+
unit_tests:
49+
enabled: false
50+
51+
pre_merge_checks:
52+
# Ignore title/description checks
53+
title:
54+
mode: "off"
55+
description:
56+
mode: "off"
57+
58+
# Additional context options
59+
knowledge_base:
60+
# Auto link to other repos in the org
61+
automatic_repository_linking: true

0 commit comments

Comments
 (0)