-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.coderabbit.yaml
More file actions
26 lines (21 loc) · 799 Bytes
/
Copy path.coderabbit.yaml
File metadata and controls
26 lines (21 loc) · 799 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
language: "ko-KR"
reviews:
auto_review:
enabled: false
profile: chill
high_level_summary: true
high_level_summary_in_walkthrough: true
high_level_summary_placeholder: ""
high_level_summary_instructions: >
Summarize this pull request for a team using SwiftUI and The Composable Architecture (TCA).
Emphasize architectural and behavioral changes, including:
- Updates to feature boundaries or reducers
- State mutations and action flows
- Side effects, async work, and dependency changes
- Test coverage additions or modifications, if any
Mention relevant linked issues and note any user-visible behavior changes.
Keep the summary brief and reviewer-focused.
in_progress_fortune: false
poem: false
path_filters:
- "!Tuist/Dependencies/**"