root: split codeowners (#6884)
* root: split codeowners Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add fallback Signed-off-by: Jens Langhammer <jens@goauthentik.io> * re-order, format Signed-off-by: Jens Langhammer <jens@goauthentik.io> * re-order and remove stars Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add infrastructure Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
28702b3a25
commit
3f8be6e9d4
25
CODEOWNERS
25
CODEOWNERS
|
@ -1,2 +1,23 @@
|
|||
* @goauthentik/core
|
||||
website/docs/security/** @goauthentik/security
|
||||
# Fallback
|
||||
* @goauthentik/backend @goauthentik/frontend
|
||||
# Backend
|
||||
authentik/ @goauthentik/backend
|
||||
blueprints/ @goauthentik/backend
|
||||
cmd/ @goauthentik/backend
|
||||
internal/ @goauthentik/backend
|
||||
lifecycle/ @goauthentik/backend
|
||||
schemas/ @goauthentik/backend
|
||||
scripts/ @goauthentik/backend
|
||||
tests/ @goauthentik/backend
|
||||
# Infrastructure
|
||||
.github/ @goauthentik/infrastructure
|
||||
Dockerfile @goauthentik/infrastructure
|
||||
*Dockerfile @goauthentik/infrastructure
|
||||
.dockerignore @goauthentik/infrastructure
|
||||
docker-compose.yml @goauthentik/infrastructure
|
||||
# Web
|
||||
web/ @goauthentik/frontend
|
||||
# Docs & Website
|
||||
website/ @goauthentik/docs
|
||||
# Security
|
||||
website/docs/security/ @goauthentik/security
|
||||
|
|
Reference in New Issue