-
Notifications
You must be signed in to change notification settings - Fork 848
Expand file tree
/
Copy pathCODEOWNERS
More file actions
33 lines (31 loc) · 1.39 KB
/
CODEOWNERS
File metadata and controls
33 lines (31 loc) · 1.39 KB
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
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners#codeowners-syntax
# Code owners are the final gate for PR approval to their named section of code.
# If a single PR modifies multiple files with different code owner groups, at
# least one code owner of the touched file should approve the PR prior to
# merging.
* @StephenButtolph
*.md @meaghanfitzgerald @StephenButtolph
/.dockerignore @maru-ava
/.envrc @joshua-kim @maru-ava
/.github/ @joshua-kim @maru-ava
/.github/*.md @joshua-kim @maru-ava @meaghanfitzgerald
/.github/CODEOWNERS @StephenButtolph
/.github/actions/c-chain-reexecution-benchmark/ @aaronbuchwald
/.github/workflows/c-chain-reexecution-benchmark* @aaronbuchwald
/.gitignore @joshua-kim @maru-ava @StephenButtolph
/.golangci.yml @joshua-kim @maru-ava @StephenButtolph
/Dockerfile @joshua-kim @maru-ava
/Taskfile.yml @joshua-kim @maru-ava
/flake.lock @joshua-kim @maru-ava
/flake.nix @joshua-kim @maru-ava
/network/p2p/ @joshua-kim
/network/p2p/*.md @joshua-kim @meaghanfitzgerald
/scripts/ @joshua-kim @maru-ava
/scripts/*.md @joshua-kim @maru-ava @meaghanfitzgerald
/scripts/benchmark_cchain_range.sh @aaronbuchwald
/tests/ @joshua-kim @maru-ava
/tests/*.md @joshua-kim @maru-ava @meaghanfitzgerald
/tests/reexecute/ @aaronbuchwald
/x/blockdb @DracoLi
/x/merkledb @joshua-kim @rrazvan1
/x/sync @joshua-kim @rrazvan1