generated from cloudoperators/repository-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
CODEOWNERS
Validating CODEOWNERS rules...
33 lines (29 loc) · 1.64 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
# 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/labeler.yml @cloudoperators/greenhouse-core
/.github/licenserc.yaml @cloudoperators/greenhouse-core
/.github/renovate.json @cloudoperators/greenhouse-core
/ui/ @cloudoperators/greenhouse-frontend @uwe-mayer
/docs/ @cloudoperators/greenhouse-core
/types/ @cloudoperators/greenhouse-core
/dev-env/ @cloudoperators/greenhouse-core
/website/ @cloudoperators/greenhouse-core
.gitignore @cloudoperators/greenhouse-core
/README.md @cloudoperators/greenhouse-core
/docs/reference/api @cloudoperators/greenhouse-backend
/charts/ @cloudoperators/greenhouse-backend
/cmd/ @cloudoperators/greenhouse-backend
/grafana/ @cloudoperators/greenhouse-backend
/hack/ @cloudoperators/greenhouse-backend
/pkg/ @cloudoperators/greenhouse-backend
/test/ @cloudoperators/greenhouse-backend
/ct.yaml @cloudoperators/greenhouse-backend
/Dockerfile @cloudoperators/greenhouse-backend
/Dockerfile.* @cloudoperators/greenhouse-backend
/Makefile @cloudoperators/greenhouse-core
/.golangci.yaml @cloudoperators/greenhouse-backend
/PROJECT @cloudoperators/greenhouse-backend
/go.* @cloudoperators/greenhouse-backend