forked from redhat-developer/odo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCODEOWNERS
Validating CODEOWNERS rules...
47 lines (43 loc) · 1.27 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
# This is a file that will automatically ping select "owners"
# of directories or files within the Odo repository
# List of current maintainers / assigned code owners
# @syamgk
# @anmolbabu
# @kadel
# @surajnarwade
# @girishramnani
# @metacosm
# @geoand
# @mik-dass
# @amitkrout
# @mohammedzee1000
# @sspeiche
# @cdrage
# Language specific
*.md @cdrage @sspeiche
*.java @geoand @metacosm
*.xml @geoand @metacosm
*.py @anmolbabu
*.js @girishramnani @geoand
# Folder / file specific
Makefile @kadel @cdrage @amitkrout
/tests/ @amitkrout @mohammedzee1000
/scripts/ @syamgk @kadel @cdrage @amitkrout
/cmd/ @metacosm
# Odo specific
/pkg/application/ @syamgk @cdrage
/pkg/auth/ @anmolbabu @girishramnani
/pkg/catalog/ @surajnarwade @girishramnani @metacosm @geoand
/pkg/component/ @anmolbabu @mohammedzee1000
/pkg/config/ @syamgk @mohammedzee1000
/pkg/log/ @girishramnani @cdrage
/pkg/notify/ @girishramnani @cdrage
/pkg/occlient/ @kadel @metacosm @geoand @cdrage
/pkg/odo/ @anmolbabu @geoand @metacosm
/pkg/project/ @mik-dass @mohammedzee1000
/pkg/secret/ @girishramnani @geoand
/pkg/service/ @surajnarwade @geoand
/pkg/storage/ @girishramnani @mik-dass
/pkg/testingutil/ @amitkrout @mohammedzee1000
/pkg/url/ @mik-dass @mohammedzee1000
/pkg/util/ @anmolbabu @surajnarwade