Skip to content

Commit 2352f93

Browse files
authored
Replace CodeRabbit config with Cubic config (#69)
1 parent f065e9b commit 2352f93

2 files changed

Lines changed: 41 additions & 39 deletions

File tree

.coderabbit.yaml

Lines changed: 0 additions & 39 deletions
This file was deleted.

cubic.yaml

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# yaml-language-server: $schema=https://cubic.dev/schema/cubic-repository-config.schema.json
2+
3+
# cubic.yaml
4+
# This file configures AI review behavior, ignore patterns, PR descriptions, and custom rules.
5+
# Place this file in your repository root to version-control your AI review settings.
6+
# Settings defined here take precedence over UI-configured settings.
7+
# See https://docs.cubic.dev/configure/cubic-yaml for documentation.
8+
9+
version: 1
10+
reviews:
11+
enabled: true
12+
sensitivity: high
13+
incremental_commits: true
14+
check_drafts: false
15+
architecture_diagrams: false
16+
external_contributors_require_manual_review: true
17+
resolve_threads_when_addressed: true
18+
auto_approve_behavior: live
19+
auto_approve: low_risk_only
20+
auto_approve_rules:
21+
exclude_external_contributors: true
22+
auto_ultrareview: disabled
23+
ignore:
24+
head_branches:
25+
- renovate/*
26+
- dependabot/*
27+
pr_labels:
28+
- do-not-auto-review
29+
pr_titles:
30+
- "Draft*"
31+
- "WIP*"
32+
pr_descriptions:
33+
generate: true
34+
cubic_review_link: false
35+
skip_if_author_description: true
36+
issues:
37+
fix_with_cubic_buttons: true
38+
pr_comment_fixes: true
39+
fix_commits_to_pr: true
40+
auto_fix_sign_commits: true
41+
coding_agent_provider: cubic

0 commit comments

Comments
 (0)