generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCODEOWNERS
More file actions
19 lines (16 loc) · 914 Bytes
/
CODEOWNERS
File metadata and controls
19 lines (16 loc) · 914 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
* @cloudoperators/Administrators
/.github/ @cloudoperators/Administrators
/.github/workflows/ @cloudoperators/greenhouse-core
/.github/licenserc.yaml @cloudoperators/greenhouse-core
/.github/renovate.json @cloudoperators/greenhouse-core
.gitignore @cloudoperators/greenhouse-core
/README.md @cloudoperators/greenhouse-core
/cmd/ @cloudoperators/greenhouse-backend
/pkg/ @cloudoperators/greenhouse-backend
/test/ @cloudoperators/greenhouse-backend
/Dockerfile @cloudoperators/greenhouse-backend
/Makefile @cloudoperators/greenhouse-core
/.golangci.yaml @cloudoperators/greenhouse-backend
/go.* @cloudoperators/greenhouse-backend