forked from Ngoguey42/tezos
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
113 lines (99 loc) · 3.95 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# CODEOWNERS
# This file declares which users are qualified to review and approve changes to
# specific files or paths in this repository. It helps contributors to identify
# whom to consult for assistance on merge requests.
# To understand the syntax and semantics of this file, see:
# https://docs.gitlab.com/ee/user/project/code_owners.html
#
# Note that rules defined later in the file take precedence over the rules
# defined earlier.
# ************************************
# Insert code owner declarations here!
# ************************************
/docs/ @NicVolanschi
/docs/protocols/alpha.rst
/src/bin_codec @raphael-proust
/src/bin_node @romain.nl
/src/bin_openapi @romain.nl
/src/bin_snoop @naih
/src/lib_base @raphael-proust
/src/lib_benchmark @naih
/src/lib_error_monad @raphael-proust
/src/lib_event_logging @romain.nl
/src/lib_lwt_result_stdlib @raphael-proust
/src/lib_mockup_proxy @igarnier
/src/lib_node_config @Killian-Delarue
/src/lib_openapi @romain.nl @Killian-Delarue
/src/lib_p2p* @julien.t @vivienpe
/src/lib_protocol_environment @raphael-proust
/src/lib_shell_benchmarks @naih
/src/lib_stdlib @raphael-proust
/src/lib_stdlib_unix @raphael-proust
/src/lib_version @romain.nl
/src/proto_*/lib_benchmark @naih
/src/proto_*/lib_benchmarks_proto @naih
/src/proto_*/lib_protocol/sc_rollup_proof* @sribaroud
/src/proto_*/lib_protocol/sc_rollup_game* @sribaroud
/src/proto_*/lib_protocol/sc_rollup_inbox* @sribaroud
/src/proto_*/lib_protocol/sc_rollup_refutation* @sribaroud
/src/proto_*/bin_sc_rollup* @ole.kruger
/src/proto_*/lib_sc_rollup* @ole.kruger
/src/lib_webassembly @lthms @ole.kruger @picdc
/src/lib_scoru_wasm @lthms @ole.kruger @picdc
/scripts @romain.nl
/tests_python @arvidnl
/tezt/lib* @romain.nl
/tezt/records @romain.nl
/manifest @romain.nl
/.gitlab @romain.nl
# Octez Merge Team
#
# These users are, as members of the Octez Merge Team, permitted to act as authorities on any code.
#
# @andrea.cerone = Andrea Cerone
# @arvidnl = Arvid Jakobsson
# @bsall = Boubacar Sall
# @camlspotter = Jun Furuse
# @emturner = Emma Turner
# @eugenz = Eugen Zalinescu
# @hhugo1 = Hugo Heuzard
# @igarnier = Ilias Garnier
# @iguerNL = Mohamed Iguernlala
# @jobjo = Joel Bjornson
# @julien.t = Julien Tesson
# @Killian-Delarue = Killian Delarue
# @klakplok = Benjamin Canou
# @linoscope = Lin Oshitani
# @lrand = Lucas Randazzo
# @lthms = Thomas Letan
# @mbouaziz = Mehdi Bouaziz
# @mebsout = Alain Mebsout
# @murbard = Arthur B.
# @naih = Nicolas Ayache
# @NicVolanschi = Nic Volanschi
# @ole.kruger = Ole Krüger
# @paracetamolo = Marco Stronati
# @picdc = Pierrick Couderc
# @pirbo = Pierre Boutillier
# @rafoo_ = Raphaël Cauderlier
# @raphael-proust = Raphaël Proust
# @romain.nl = Romain
# @Saroupille = François Thiré
# @smondet = Seb Mondet
# @sribaroud = Sylvain R.
# @tomjack = Tom Jack
# @vbotbol = vbot
# @vch9 = Valentin Chaboche
# @vect0r = Victor Allombert
# @yrg = Yann Regis-Gianas
#
* @andrea.cerone @arvidnl @bsall @camlspotter @emturner @eugenz @hhugo1 @igarnier @iguerNL @jobjo @julien.t @Killian-Delarue @klakplok @linoscope @lrand @lthms @mbouaziz @mebsout @murbard @naih @NicVolanschi @ole.kruger @paracetamolo @picdc @pirbo @rafoo_ @raphael-proust @romain.nl @Saroupille @smondet @sribaroud @tomjack @vbotbol @vch9 @vect0r @yrg
# CODEOWNERS Owners
#
# These users are authorized to change authorizations.
#
# Note that this stanza MUST appear LAST so that it takes precedence over prior rules.
#
/CODEOWNERS @murbard @pirbo @smondet @klakplok @vbotbol @romain.nl
/docs/CODEOWNERS @murbard @pirbo @smondet @klakplok @vbotbol @romain.nl
/.gitlab/CODEOWNERS @murbard @pirbo @smondet @klakplok @vbotbol @romain.nl