We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec035ae commit 2bb22b2Copy full SHA for 2bb22b2
packages/.coderabbit.yaml
@@ -0,0 +1,15 @@
1
+reviews:
2
+ # Exclude patterns for files/folders to ignore during reviews
3
+ path_filters:
4
+ - "!**/generated/**"
5
+ - "!**/*.g.dart"
6
+ - "!**/*.freezed.dart"
7
+ # this is a direct sync of the react native stripe sdk Android, so we don't want to review it
8
+ - "!**/reactnativestripesdk/**"
9
+ # this is a direct sync of the react native stripe sdk iOS, so we don't want to review it
10
+ - "!**/Stripe Sdk/**"
11
+ # Auto-review pull requests targeting these branches
12
+ auto_review:
13
+ enabled: true
14
+ base_branches:
15
+ - main
0 commit comments