forked from scroll-tech/zkevm-circuits
-
Notifications
You must be signed in to change notification settings - Fork 0
/
labeler.yml
38 lines (36 loc) · 868 Bytes
/
labeler.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Add CI label for any CI changes
CI:
- ".github/**/*"
# Add crate-respective labels
crate-bus-mapping:
- bus-mapping/**/*
crate-circuit-benchmarks:
- circuit-benchmarks/**/*
crate-eth-types:
- eth-types/**/*
crate-external-tracer:
- external-tracer/**/*
crate-gadgets:
- gadgets/**/*
crate-geth-utils:
- geth-utils/**/*
crate-integration-tests:
- integration-tests/**/*
crate-keccak:
- keccak256/**/*
crate-mock:
- mock/**/*
crate-prover:
- prover/**/*
crate-zkevm-circuits:
- zkevm-circuits/src/**/*
# Add 'T-opcode' to any changes related to opcodes in `bus-mapping` or `zkevm-circuits`.
T-opcode:
- any:
[
"zkevm-circuits/src/evm_circuit/execution/**/*",
"bus-mapping/src/evm/opcodes/**/*",
]
# Add 'T-bench' to any changes related to benchmarks in `circuit-benchmarks`.
T-bench:
- circuit-benchmarks/**/*