-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
Validating CODEOWNERS rules...
24 lines (17 loc) · 743 Bytes
/
Copy pathCODEOWNERS
File metadata and controls
24 lines (17 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Per default all source code is owned by @42Atomys
* @42Atomys
# ACtions pipeline is initally coded and managed by @42Atomys and @rgaiffe
.github/workflows @42Atomys @rgaiffe
# Build pipeline is initally coded and managed by @42Atomys and @rgaiffe
build @42Atomys @rgaiffe
# Internal server package is initially coded and managed by @42Atomys
internal/server @42Atomys
internal/server/v1alpha1 @42Atomys
# core package is initially coded and managed by @42Atomys
pkg/core @42Atomys
# Webhook Factories is initially coded and managed by @42Atomys
pkg/factory @42Atomys
# Webhook Security is initially coded and managed by @42Atomys
pkg/security @42Atomys
# Webhook Storage is initially coded and managed by @rgaiffe
pkg/storage @rgaiffe