Skip to content

Commit

Permalink
ci: coderabbit ignore docs and data in v1 and v2 (#354)
Browse files Browse the repository at this point in the history
  • Loading branch information
fadeev authored Sep 16, 2024
1 parent 292d235 commit 47064ad
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
reviews:
path_filters:
- "!pkg/**"
- "!typechain-types/**"
- "!docs/**"
- "!data/**"
- "!v2/types/**"
- "!v1/pkg/**"
- "!v2/pkg/**"
- "!v1/typechain-types/**"
- "!v2/types/**"
- "!v1/docs/**"
- "!v2/docs/**"
- "!v1/data/**"
- "!v2/data/**"
path_instructions:
- path: "contracts/**"
instructions: >-
Expand Down

0 comments on commit 47064ad

Please sign in to comment.