Commit 18777fb9 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

Merge pull request #8359 from ethereum-optimism/coderabbit-config

Add a basic coderabbit config file
parents bbbeb3ba 02fabf62
language: "en"
early_access: false
reviews:
high_level_summary: true
poem: true
review_status: true
collapse_walkthrough: false
path_filters:
- "!**/*.json"
- "!op-bindings/bindings/**"
path_instructions:
- path: "**.sol"
instructions: "Focus on the following areas:
- Security
- Identifying test cases which are lacking
- Removing unnecessary code
"
auto_review:
enabled: true
drafts: false
base_branches:
- "develop"
- "feat/*"
chat:
auto_reply: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment