Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add fe-release to coderabbit #2330

Merged
merged 8 commits into from
Mar 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,21 @@ early_access: true
reviews:
auto_review:
enabled: true
# trying this out for now. Can be removed if it becomes a nuisance
request_changes_workflow: true
ignore_title_keywords:
- 'WIP'
- 'DO NOT MERGE'
drafts: true

base_branches:
# useful for large features, e.g. https://github.com/synapsecns/sanguine/pull/2234
- "feat/.*"
# the og
- "master"
# fe-release branch. We're more looking for summaries here
- "fe-release"

path_filters:
- '!**abigen.go'
- '!**metadata.go'
Expand Down
Loading