diff --git a/.coderabbit.yaml b/.coderabbit.yaml index 672b2ddf3a..cc41eea95e 100644 --- a/.coderabbit.yaml +++ b/.coderabbit.yaml @@ -2,8 +2,24 @@ issue_enrichment: auto_enrich: enabled: false reviews: - review_status: false + request_changes_workflow: true + review_status: true high_level_summary: false finishing_touches: docstrings: enabled: false + pre_merge_checks: + docstrings: + enabled: false + labeling_instructions: + - label: 'suspect ai generated' + instructions: 'This issue or PR is suspected to be generated by AI.' + - label: 'API' + instructions: 'This issue or PR updates the API in `packages/api`.' + - label: 'documentation' + instructions: 'This issue updates the documentation in `packages/docs`.' + - label: 'contains DB migrations' + instructions: 'This issue or PR contains DB migrations in `packages/loot-core/migrations`.' + - label: 'size small' + instructions: 'This issue or PR is a small change (less than 50 lines of code) that is expected to have a small impact on the codebase.' + auto_apply_labels: true diff --git a/upcoming-release-notes/6582.md b/upcoming-release-notes/6582.md new file mode 100644 index 0000000000..80fceb162d --- /dev/null +++ b/upcoming-release-notes/6582.md @@ -0,0 +1,6 @@ +--- +category: Maintenance +authors: [MatissJanis] +--- + +Update CodeRabbit configuration to include review workflow and labeling instructions.