mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-11 20:44:32 -05:00
* Update CodeRabbit configuration with review workflow and labeling * Add release notes for PR #6582 * Update CodeRabbit configuration to change label descriptions to instructions and modify release notes category from Enhancements to Maintenance. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
26 lines
927 B
YAML
26 lines
927 B
YAML
issue_enrichment:
|
|
auto_enrich:
|
|
enabled: false
|
|
reviews:
|
|
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
|