forked from Emurgo/cardano-db-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
21 lines (18 loc) · 1.33 KB
/
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
* @input-output-hk/core-tech-dbsync
# 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 @input-output-hk/core-tech-dbsync
Readme.* @input-output-hk/docs-access @input-output-hk/core-tech-dbsync
CONTRIBUTING.rst @input-output-hk/docs-access @input-output-hk/core-tech-dbsync
# DevOps
.buildkite @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
.github @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
config @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
nix @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
*.nix @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
flake.lock @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
bors.toml @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
docker-compose.yml @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
scripts/postgresql-setup.sh @input-output-hk/core-tech-devx @input-output-hk/core-tech-release