Skip to content

Commit 78a9172

Browse files
authored
Update .coderabbit.yaml with review settings
Added review status and prompt settings for AI agents.
1 parent 5e28e4f commit 78a9172

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.coderabbit.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,19 @@ language: en-US
33

44
reviews:
55
profile: chill
6+
review_status: false
7+
enable_prompt_for_ai_agents: false
68

79
auto_review:
810
enabled: true # initial PR-open review
911
auto_incremental_review: false # no re-run on every push
1012

1113
path_instructions:
14+
- path: "**/*"
15+
instructions: |
16+
IMPORTANT: Only comment on code that is within this PR’s diff (changed lines / files).
17+
Do not add feedback that requires commenting outside the diff range.
18+
1219
- path: "src/**/*.fpp"
1320
instructions: |
1421
Fortran source (Fypp-preprocessed). Follow the coding standards in

0 commit comments

Comments
 (0)