Skip to content

Commit d1ae972

Browse files
committed
exclude, not include :D
1 parent af13b41 commit d1ae972

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.coderabbit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ reviews:
3030
# Specify file patterns to include or exclude in a review using glob patterns (e.g., !dist/**, src/**). These patterns also apply to 'git sparse-checkout', including specified patterns and ignoring excluded ones (starting with '!') when cloning the repository.
3131
# Default: []
3232
path_filters: [
33-
sdk/client/**,
34-
'**/*.yaml',
33+
!sdk/client/**,
34+
!'**/*.yaml',
3535
]
3636

3737
# Configuration for auto review

0 commit comments

Comments
 (0)