-
Notifications
You must be signed in to change notification settings - Fork 19
/
CODEOWNERS
Validating CODEOWNERS rules...
32 lines (28 loc) · 1.31 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
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence
* @nicolerenee @sfunkhouser
# All events related packages will be owned by sig-events
events/ @infratographer/sig-events
pubsubx/ @infratographer/sig-events
testing/eventtools @infratographer/sig-events
# All identity related packages will be owned by identity_maintainers
oauth2x/ @infratographer/identity_maintainers
testing/auth @infratographer/identity_maintainers
# As many packages are built, the sig-bootstrap team will be owners
# As more sigs are created, these may move ownership
crdbx/ @infratographer/sig-bootstrap
echojwtx/ @infratographer/sig-bootstrap
echox/ @infratographer/sig-bootstrap
entx/ @infratographer/sig-bootstrap
gidx/ @infratographer/sig-bootstrap
ginx/ @infratographer/sig-bootstrap
goosex/ @infratographer/sig-bootstrap
gqlgenx/ @infratographer/sig-bootstrap
loggingx/ @infratographer/sig-bootstrap
otelx/ @infratographer/sig-bootstrap
versionx/ @infratographer/sig-bootstrap
viperx/ @infratographer/sig-bootstrap
zapx/ @infratographer/sig-bootstrap
testing/containersx @infratographer/sig-bootstrap
go.mod @infratographer/sig-bootstrap @infratographer/identity_maintainers @infratographer/sig-events
go.sum @infratographer/sig-bootstrap @infratographer/identity_maintainers @infratographer/sig-events