mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
* Add code review guidelines and update documentation * Add release notes for PR #6670 * LLM: add code review guidelines to upcoming release notes * Update review_status in .coderabbit.yaml to false * Update CODE_REVIEW_GUIDELINES.md Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
27 lines
944 B
YAML
27 lines
944 B
YAML
issue_enrichment:
|
|
auto_enrich:
|
|
enabled: false
|
|
reviews:
|
|
request_changes_workflow: true
|
|
review_status: false
|
|
high_level_summary: false
|
|
finishing_touches:
|
|
docstrings:
|
|
enabled: false
|
|
pre_merge_checks:
|
|
docstrings:
|
|
mode: off
|
|
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
|