forked from IntersectMBO/cardano-db-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
21 lines (18 loc) · 863 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# General reviewers per PR
# Erik
* @erikd
* @kderme
# Specific reviewers for code pieces
# NB - The last matching pattern takes precedence
# /doc folder and README.* needs to be owned by @docs-access
doc @input-output-hk/docs-access
Readme.* @input-output-hk/docs-access
.buildkite @input-output-hk/devops
.github @input-output-hk/devops
config @input-output-hk/devops
nix @input-output-hk/devops
*.nix @input-output-hk/devops
bors.toml @input-output-hk/devops
nix-shell.project @input-output-hk/devops
docker-compose.yml @input-output-hk/devops
scripts/postgresql-setup.sh @input-output-hk/devops