forked from movementlabsxyz/movement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
71 lines (48 loc) · 1.52 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# global
* @l-monninger @andyjsbell @0xmovses @mzabaluev
# maptos-executor
protocol-units/execution/* @l-monninger @0xmovses @musitdev @mzabaluev
# m1-da
protocol-units/da/m1/* @l-monninger
# mempool
protocol-units/mempool/* @l-monninger @cde8
# sequencing
protocol-units/sequencing/* @l-monninger @cde8
# movement-rest
protocol-units/movement-rest/* @0xmovses
# bridge-cli
protocol-units/bridge-cli/* @0xmovses @andygolay @cde8
# bridge contracts
protocol-units/bridge/contracts/* @0xmovses @andygolay @cde8 @0xPrimata
# bridge service
protocol-units/bridge/bridge-service/* @0xmovses @andygolay @cde8
# bridge
protocol-units/bridge/* @0xmovses @andygolay @cde8
# bridge move modules
protocol-units/bridge/move-modules/* @0xmovses @andygolay
# mcr client
protocol-units/settlement/mcr/client/* @musitdev @mzabaluev @l-monninger
# mcr manager
protocol-units/settlement/mcr/manager/* @musitdev @mzabaluev @l-monninger
# mcr contracts
protocol-units/settlement/mcr/contracts/* @l-monninger @0xPrimata @andyjsbell
# networks
networks/* @l-monninger @mzabaluev @musitdev
# docker
docker/* @l-monninger @radupopa369
# process-compose
process-compose/* @l-monninger @radupopa369 @musitdev
# docs
docs/* @l-monninger
# nix
nix/* @l-monninger @musitdev @andyjsbell
# github actions
.github/workflows/* @l-monninger @andyjsbell @0xmovses @mzabaluev
# buildtime
util/buildtime/* @l-monninger
# flocks
util/flocks/* @l-monninger @mzabaluev
# commander
util/commander/* @l-monninger @musitdev
# godfig
util/godfig/* @l-monninger @mzabaluev