Skip to content

Commit 3df5d5d

Browse files
authored
Add auto review settings and update Fortran instructions
Added auto review settings to .coderabbit.yaml and updated path instructions for Fortran source files.
1 parent 052868f commit 3df5d5d

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

.coderabbit.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,17 @@ language: en-US
33

44
reviews:
55
profile: chill
6+
7+
auto_review:
8+
enabled: true # initial PR-open review
9+
auto_incremental_review: false # no re-run on every push
10+
611
path_instructions:
712
- path: "src/**/*.fpp"
813
instructions: |
914
Fortran source (Fypp-preprocessed). Follow the coding standards in
1015
docs/documentation/contributing.md and the GPU macro API in
11-
docs/documentation/gpuParallelization.md.
12-
- path: "src/**/*.f90"
13-
instructions: |
14-
Fortran source. Follow the coding standards in
16+
docs/documentation/gpuParallelization.md and the coding standards in
1517
docs/documentation/contributing.md.
1618
- path: "toolchain/**/*.py"
1719
instructions: |

0 commit comments

Comments
 (0)