Skip to content

Commit

Permalink
ci: update CodeRabbit configuration
Browse files Browse the repository at this point in the history
- Add path filters to exclude specific files and directories
- Exclude build directory, minified JS/CSS files, and source maps
- Maintain existing auto-review and auto-reply settings
  • Loading branch information
EvanNotFound committed Nov 19, 2024
1 parent eb10488 commit 3db0348
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,10 @@ reviews:
auto_review:
enabled: true
drafts: false
path_filters:
- "!source/build/**"
- "*.min.js"
- "*.min.css"
- "*.map"
chat:
auto_reply: true

0 comments on commit 3db0348

Please sign in to comment.