Skip to content

Commit 9c9d82c

Browse files
authored
chore: forkdiff breakdown per crate group (#44)
1 parent 6a92512 commit 9c9d82c

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

fork.yaml

+26-2
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,29 @@ def:
1414
description: |
1515
This is an overview of the changes in [`scroll-reth`](https://github.com/scroll-tech/reth),
1616
a fork of [`reth`](https://github.com/paradigmxyz/reth).
17-
globs:
18-
- "*"
17+
sub:
18+
- title: "crates/scroll"
19+
globs:
20+
- "crates/scroll/**/*"
21+
- title: "crates/ethereum"
22+
globs:
23+
- "crates/ethereum/**/*"
24+
- title: "crates/optimism"
25+
globs:
26+
- "crates/optimism/**/*"
27+
- title: "crates/primitives"
28+
globs:
29+
- "crates/primitives*/**/*"
30+
- title: "crates/stages"
31+
globs:
32+
- "crates/stages/**/*"
33+
- title: "crates/storage"
34+
globs:
35+
- "crates/storage/**/*"
36+
- title: "crates/trie"
37+
globs:
38+
- "crates/trie/**/*"
39+
40+
ignore:
41+
- "fork.yaml"
42+
- ".github/**"

0 commit comments

Comments
 (0)