From 3f8be6e9d446ba71867e3ca2e9169ccc49bc53a1 Mon Sep 17 00:00:00 2001 From: Jens L Date: Wed, 13 Sep 2023 19:44:51 +0200 Subject: [PATCH] root: split codeowners (#6884) * root: split codeowners Signed-off-by: Jens Langhammer * add fallback Signed-off-by: Jens Langhammer * re-order, format Signed-off-by: Jens Langhammer * re-order and remove stars Signed-off-by: Jens Langhammer * add infrastructure Signed-off-by: Jens Langhammer --------- Signed-off-by: Jens Langhammer --- CODEOWNERS | 25 +++++++++++++++++++++++-- 1 file changed, 23 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d9fbd031e..284ac23da 100644 --- a/CODEOWNERS +++ b/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