-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
30 lines (25 loc) · 2.16 KB
/
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
26
27
28
29
30
# catch-all
* @input-output-hk/core-tech
# Specific reviewers for code pieces
# NB - The last matching pattern takes precedence
# Technical writers
# README.* needs to be owned by @docs-access
README.* @input-output-hk/docs-access @input-output-hk/core-tech
CONTRIBUTING.rst @input-output-hk/docs-access @input-output-hk/core-tech
# Perf/Tracing
bench/ @input-output-hk/performance-tracing
nix/workbench/ @input-output-hk/performance-tracing
trace-dispatcher/ @input-output-hk/performance-tracing
trace-forward/ @input-output-hk/performance-tracing
trace-resources/ @input-output-hk/performance-tracing
Makefile @input-output-hk/performance-tracing
*.mk @input-output-hk/performance-tracing
# DevOps
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
.buildkite @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
.github/workflows @input-output-hk/core-tech-devx @input-output-hk/core-tech-release @input-output-hk/core-tech
ci/ @input-output-hk/core-tech-devx @input-output-hk/core-tech-release
configuration/ @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