forked from EGI-Federation/documentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
49 lines (34 loc) · 1.2 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
# https://help.github.com/en/github/creating-cloning-and-archiving-repositories/about-code-owners
# https://github.blog/2017-07-06-introducing-code-owners/
# Assign code owners that will automatically get asked to review Pull Requests
# The last matching pattern takes the most precedence.
# 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.
* @enolfc @glarocca @gwarf @andrea-manzi
# Operations
content/*/internal/ @gwarf @paolini78
# Providers
content/*/providers/ @gwarf @paolini78
# Users
content/*/users/ @enolfc @glarocca @andrea-manzi @gwarf
# DataHub
content/*/*/datahub/ @andrea-manzi
# Data Transfer
content/*/*/data-transfer/ @andrea-manzi
# Online Storage
content/*/*/online-storage/ @andrea-manzi
# FedCloud
content/*/*/cloud-*/ @enolfc
# Notebooks
content/*/*/notebooks/ @enolfc @andrea-manzi
# Aod
content/*/*/applications-on-demand/ @glarocca
# Training
content/*/users/training/ @glarocca
# HTC
content/*/*/high-throughput-compute/ @CatalinCondurache
# Workload Manager
content/*/*/workload-manager/ @CatalinCondurache
# Check-in
content/*/*/check-in/ @vardizzo-lab