forked from tarides/tezos
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CODEOWNERS
Validating CODEOWNERS rules...
93 lines (80 loc) · 3.18 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
# 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 @raphael-proust @Saroupille @astefano @eugenz @arvidnl @yrg @dannywillems @hai-nguyen-van @lthms @raphoo_
/src/bin_codec @raphael-proust
/src/bin_node @romain.nl
/src/bin_proxy_server @smelc
/src/bin_snoop @lrand
/src/lib_base @raphael-proust
/src/lib_benchmark @lrand
/src/lib_context @smelc
/src/lib_error_monad @raphael-proust
/src/lib_mockup @smelc
/src/lib_mockup_proxy @smelc
/src/lib_p2p* @julien.t @vivienpe
/src/lib_protocol_environment @raphael-proust
/src/lib_proxy @smelc
/src/lib_proxy_server_config @smelc
/src/lib_rpc* @smelc @raphael-proust
/src/lib_shell_benchmarks @lrand
/src/lib_stdlib* @raphael-proust
/src/lib_version @romain.nl
/src/lib_event_logging @romain.nl
/src/openapi @romain.nl
/src/proto_*/lib_benchmark @lrand
/src/proto_*/lib_benchmarks_proto @lrand
/scripts @romain.nl
/scripts/pre_commit @smelc
/tests_python @smelc
/tezt @romain.nl @smelc
/.gitlab @romain.nl @raphael-proust
# Octez Merge Team
#
# These users are, as members of the Octez Merge Team, permitted to act as authorities on any code.
#
# @arvidnl = Arvid Jakobsson
# @camlspotter = Jun Furuse
# @hhugo1 = Hugo Heuzard
# @igarnier = Ilias Garnier
# @jobjo = Joel Bjornson
# @klakplok = Benjamin Canou
# @lthms = Thomas Letan
# @mbouaziz = Mehdi Bouaziz
# @murbard = Arthur B.
# @naih = Nicolas Ayache
# @NicVolanschi = Nic Volanschi
# @paracetamolo = Marco Stronati
# @pirbo = Pierre Boutillier
# @rafoo_ = Raphaël Cauderlier
# @raphael-proust = Raphaël Proust
# @romain.nl = Romain
# @Saroupille = François Thiré
# @smelc = Clément Hurlin
# @smondet = Seb Mondet
# @sribar = Sylvain R.
# @sventimir = Sventimir
# @tomjack = Tom Jack
# @vbotbol = vbot
# @vect0r = Victor Allombert
# @yrg = Yann Regis-Gianas
#
* @arvidnl @camlspotter @hhugo1 @igarnier @jobjo @klakplok @lthms @mbouaziz @murbard @naih @NicVolanschi @paracetamolo @pirbo @rafoo_ @raphael-proust @romain.nl @Saroupille @smelc @smondet @sribar @sventimir @tomjack @vbotbol @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