-
Notifications
You must be signed in to change notification settings - Fork 48
/
CODEOWNERS
Validating CODEOWNERS rules...
48 lines (35 loc) · 1.6 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
# 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
# Internal services
content/en/internal/ @gwarf @paolini78
# Providers
content/en/providers/ @gwarf @paolini78
# Users
content/en/users/ @enolfc @glarocca @andrea-manzi @gwarf @sebastian-luna-valero
# Storage-related services
content/en/users/data/ @andrea-manzi @glarocca
content/en/providers/datahub/ @andrea-manzi @glarocca
# dev-env
content/en/users/dev-env/ @enolfc @glarocca
# FedCloud
content/en/users/compute/ @enolfc @glarocca
content/en/providers/cloud-compute/ @enolfc @CatalinCondurache
# Notebooks
content/en/users/dev-env/notebooks/ @enolfc @andrea-manzi @sebastian-luna-valero @glarocca
content/en/users/providers/notebooks/ @enolfc @andrea-manzi @sebastian-luna-valero
content/en/users/dev-env/replay/ @enolfc @andrea-manzi @sebastian-luna-valero @glarocca
# Training
content/en/users/training/ @glarocca @sebastian-luna-valero
# Tutorials
content/en/users/tutorials/ @enolfc @sebastian-luna-valero @glarocca
# Workload Manager
content/en/users/compute/orchestration/workload-manager/ @enolfc @glarocca
# Check-in
content/en/users/aai/ @vardizzo-lab
content/en/providers/check-in/ @vardizzo-lab