diff --git a/.coderabbit.yaml b/.coderabbit.yaml deleted file mode 100644 index ac3fc6d..0000000 --- a/.coderabbit.yaml +++ /dev/null @@ -1,38 +0,0 @@ -# yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json -reviews: - profile: "assertive" - request_changes_workflow: true - review_status: true - estimate_code_review_effort: false - in_progress_fortune: false - poem: false - high_level_summary_in_walkthrough: true - slop_detection: - label: slop - auto_review: - enabled: true - auto_incremental_review: false - labels: - - "!do-not-auto-review" - ignore_title_keywords: - - "[WIP]" - - "[Draft]" - ignore_usernames: - - "renovate[bot]" - - "dependabot[bot]" - - "github-code-quality[bot]" - - "github-advanced-security[bot]" - - "github-actions[bot]" - finishing_touches: - docstrings: - enabled: false - unit_tests: - enabled: false - -chat: - art: false - allow_non_org_members: false - auto_reply: false - -knowledge_base: - automatic_repository_linking: true diff --git a/cubic.yaml b/cubic.yaml new file mode 100644 index 0000000..cf9b244 --- /dev/null +++ b/cubic.yaml @@ -0,0 +1,41 @@ +# yaml-language-server: $schema=https://cubic.dev/schema/cubic-repository-config.schema.json + +# cubic.yaml +# This file configures AI review behavior, ignore patterns, PR descriptions, and custom rules. +# Place this file in your repository root to version-control your AI review settings. +# Settings defined here take precedence over UI-configured settings. +# See https://docs.cubic.dev/configure/cubic-yaml for documentation. + +version: 1 +reviews: + enabled: true + sensitivity: high + incremental_commits: true + check_drafts: false + architecture_diagrams: false + external_contributors_require_manual_review: true + resolve_threads_when_addressed: true + auto_approve_behavior: live + auto_approve: low_risk_only + auto_approve_rules: + exclude_external_contributors: true + auto_ultrareview: disabled + ignore: + head_branches: + - renovate/* + - dependabot/* + pr_labels: + - do-not-auto-review + pr_titles: + - "Draft*" + - "WIP*" +pr_descriptions: + generate: true + cubic_review_link: false + skip_if_author_description: true +issues: + fix_with_cubic_buttons: true + pr_comment_fixes: true + fix_commits_to_pr: true + auto_fix_sign_commits: false + coding_agent_provider: cubic