mirror of
https://github.com/actualbudget/actual.git
synced 2026-03-09 03:32:54 -05:00
* Initial plan * [AI] Remove 'suspect ai generated' label and associated workflow Co-authored-by: MatissJanis <886567+MatissJanis@users.noreply.github.com> * [AI] Remove 'suspect ai generated' label from coderabbit config Co-authored-by: MatissJanis <886567+MatissJanis@users.noreply.github.com> * Add release notes for PR #7087 --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: MatissJanis <886567+MatissJanis@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
25 lines
833 B
YAML
25 lines
833 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: '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
|