Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: forkdiff breakdown per crate group
Browse files Browse the repository at this point in the history
Thegaram committed Nov 25, 2024

Verified

This commit was signed with the committer’s verified signature.
Thegaram Péter Garamvölgyi
1 parent 6a92512 commit 0990e87
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
@@ -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 0990e87

Please sign in to comment.