We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a92512 commit 9c9d82cCopy full SHA for 9c9d82c
fork.yaml
@@ -14,5 +14,29 @@ def:
14
description: |
15
This is an overview of the changes in [`scroll-reth`](https://github.com/scroll-tech/reth),
16
a fork of [`reth`](https://github.com/paradigmxyz/reth).
17
- globs:
18
- - "*"
+ sub:
+ - title: "crates/scroll"
19
+ globs:
20
+ - "crates/scroll/**/*"
21
+ - title: "crates/ethereum"
22
23
+ - "crates/ethereum/**/*"
24
+ - title: "crates/optimism"
25
26
+ - "crates/optimism/**/*"
27
+ - title: "crates/primitives"
28
29
+ - "crates/primitives*/**/*"
30
+ - title: "crates/stages"
31
32
+ - "crates/stages/**/*"
33
+ - title: "crates/storage"
34
35
+ - "crates/storage/**/*"
36
+ - title: "crates/trie"
37
38
+ - "crates/trie/**/*"
39
+
40
+ignore:
41
+ - "fork.yaml"
42
+ - ".github/**"
0 commit comments