-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathCODEOWNERS
More file actions
27 lines (17 loc) · 758 Bytes
/
CODEOWNERS
File metadata and controls
27 lines (17 loc) · 758 Bytes
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
# Note: later rules override earlier rules.
# Default
# Martin Sara
* @mkoura @saratomaz
# Cardano Node Testing Team
doc @mkoura @saratomaz @ArturWieczorek
src_docs @mkoura @saratomaz @ArturWieczorek
cabal_build_tests @ArturWieczorek
cardano_node_tests/utils/dbsync_* @mkoura @saratomaz @ArturWieczorek
# CICD
.github/workflows/db_sync_* @ArturWieczorek
.github/workflows/node_sync_* @ArturWieczorek
.github/workflows/smash_* @ArturWieczorek
.buildkite/db_sync_* @ArturWieczorek
.buildkite/node_sync_* @ArturWieczorek
# MOOG/Antithesis
antithesis: @saratomaz