Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
8 changes: 6 additions & 2 deletions .coderabbit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ reviews:
poem: false
request_changes_workflow: true



auto_review:
enabled: true
enabled: true # Disables automatic reviews on push
drafts: true
auto_incremental_review: true
base_branches:
- ".*"
auto_incremental_review: true

# Never pause after repeated pushes.
auto_pause_after_reviewed_commits: 0
Expand Down
3 changes: 3 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
*.rs linguist-language=Rust
Cargo.toml linguist-language=Rust
Cargo.lock linguist-language=Rust
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
<!--
Title: use `<type>: <description>`, with a Conventional Commit type and a
concise lowercase imperative description, without terminal punctuation.
Example: `feat: add state replicator crate`
-->

## What changed
<!-- Summarize the change at the immediate-parent diff boundary. -->

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/target
Cargo.lock
AGENTS.md
CLAUDE.md
Loading