-
Notifications
You must be signed in to change notification settings - Fork 738
/
Copy pathCODEOWNERS
25 lines (23 loc) · 933 Bytes
/
CODEOWNERS
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
# 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 @maru-ava
/.github/ @maru-ava
/.github/*.md @maru-ava @meaghanfitzgerald
/.gitignore @maru-ava @Stephenbuttolph
/.golangci.yml @maru-ava @Stephenbuttolph
/Dockerfile @maru-ava
/Taskfile.yml @maru-ava
/flake.lock @maru-ava
/flake.nix @maru-ava
/network/p2p/ @joshua-kim
/network/p2p/*.md @joshua-kim @meaghanfitzgerald
/scripts/ @maru-ava
/scripts/*.md @maru-ava @meaghanfitzgerald
/tests/ @maru-ava
/tests/*.md @maru-ava @meaghanfitzgerald