-
Notifications
You must be signed in to change notification settings - Fork 176
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (27 loc) · 1.14 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
# Taken from https://help.github.com/articles/about-codeowners/
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# they will be requested for review when someone opens a pull request.
* @fstagni @atsareg
# Order is important; the last matching pattern takes the most
# precedence.
# e.g. when someone opens a pull request that only
# modifies files in /DIRAC/docs/tools/ files, only @andresailer and not the global
# owner(s) will be requested for a review.
AccontingSystem/ @fstagni
DataManagementSystem/ @andresailer @chaen
MonitoringSystem/ @fstagni
FrameworkSystem/ @TaykYoku
ProductionSystem/ @arrabito
RequestManagementSystem/ @chaen
Resources/Storage/ @chaen
Resources/Catalog/ @chaen
Resources/Computing/ @atsareg
Resources/MessageQueue @wkrzemien
StorageManagementSystem/ @chaen
TransformationSystem/ @arrabito @fstagni
container/ @petricm
dashboards/ @chaen
docs/ @andresailer
tests/ @fstagni
virtualmachine/ @petricm