-
Notifications
You must be signed in to change notification settings - Fork 37
/
CODEOWNERS
Validating CODEOWNERS rules...
76 lines (67 loc) · 2.61 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
# 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!
# ************************************
/etherlink/bin_dsn_node @jtcoolen @hantang.sun @m-kus
/etherlink/tezt @jtcoolen @hantang.sun @m-kus
/brassaia @mattiasdrp
/irmin @mattiasdrp
/src/lib_context_brassaia @mattiasdrp
/src/lib_context @mattiasdrp
# Octez Merge Team
#
# These users are, as members of the Octez Merge Team, permitted to act as authorities on any code.
#
# @abate = Pietro Abate
# @ACoquereau = Albin Coquereau
# @arvidnl = Arvid Jakobsson
# @dianegalloiswong = Diane Gallois-Wong
# @emturner = Emma Turner
# @eugenz = Eugen Zalinescu
# @iguerNL = Mohamed Iguernlala
# @jobjo = Joel Bjornson
# @julien.sagot.nl = Julien Sagot
# @julien.t = Julien Tesson
# @Killian-Delarue = Killian Delarue
# @lrand = Lucas Randazzo
# @lthms = Thomas Letan
# @MBourgoin = Mathias Bourgoin
# @mattiasdrp = Mattias Roux
# @mebsout = Alain Mebsout
# @murbard = Arthur B.
# @naih = Nicolas Ayache
# @NicVolanschi = Nic Volanschi
# @ole.kruger = Ole Krüger
# @pe.cornilleau = Pierre-Emmanuel Cornilleau
# @phink = Paul Lafourge
# @picdc = Pierrick Couderc
# @polubelova = Marina Polubelova
# @rafoo_ = Raphaël Cauderlier
# @rodibozman = Rodi-Can Bozman
# @romain.nl = Romain
# @ryan.tan3 = Ryan Tan
# @Saroupille = François Thiré
# @sribaroud = Sylvain R.
# @vch9 = Valentin Chaboche
# @vect0r = Victor Allombert
# @victor-dumitrescu = Victor Dumitrescu
# @yrg = Yann Regis-Gianas
#
* @abate @ACoquereau @arvidnl @dianegalloiswong @emturner @eugenz @iguerNL @jobjo @julien.sagot.nl @julien.t @Killian-Delarue @lrand @lthms @MBourgoin @mattiasdrp @mebsout @murbard @naih @NicVolanschi @ole.kruger @pe.cornilleau @phink @picdc @polubelova @rafoo_ @rodibozman @romain.nl @ryan.tan3 @Saroupille @sribaroud @vch9 @vect0r @victor-dumitrescu @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 @romain.nl @arvidnl
/docs/CODEOWNERS @murbard @romain.nl @arvidnl
/.gitlab/CODEOWNERS @murbard @romain.nl @arvidnl