Skip to content

Commit

Permalink
chore: forkdiff breakdown per crate group (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thegaram authored Nov 25, 2024
1 parent 6a92512 commit 9c9d82c
Showing 1 changed file with 26 additions and 2 deletions.
28 changes: 26 additions & 2 deletions fork.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,29 @@ def:
description: |
This is an overview of the changes in [`scroll-reth`](https://github.com/scroll-tech/reth),
a fork of [`reth`](https://github.com/paradigmxyz/reth).
globs:
- "*"
sub:
- title: "crates/scroll"
globs:
- "crates/scroll/**/*"
- title: "crates/ethereum"
globs:
- "crates/ethereum/**/*"
- title: "crates/optimism"
globs:
- "crates/optimism/**/*"
- title: "crates/primitives"
globs:
- "crates/primitives*/**/*"
- title: "crates/stages"
globs:
- "crates/stages/**/*"
- title: "crates/storage"
globs:
- "crates/storage/**/*"
- title: "crates/trie"
globs:
- "crates/trie/**/*"

ignore:
- "fork.yaml"
- ".github/**"

0 comments on commit 9c9d82c

Please sign in to comment.