From 28d8fcc1150532a6825b6620a84e766dd2d57fe2 Mon Sep 17 00:00:00 2001 From: "Jens L." Date: Wed, 18 Dec 2024 00:40:20 +0100 Subject: [PATCH] root: fix missing entries in codeowners (#12369) Signed-off-by: Jens Langhammer --- CODEOWNERS | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d05f10d7b9..acbf8cc807 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -19,11 +19,15 @@ Dockerfile @goauthentik/infrastructure *Dockerfile @goauthentik/infrastructure .dockerignore @goauthentik/infrastructure docker-compose.yml @goauthentik/infrastructure +Makefile @goauthentik/infrastructure +.editorconfig @goauthentik/infrastructure +CODEOWNERS @goauthentik/infrastructure # Web web/ @goauthentik/frontend tests/wdio/ @goauthentik/frontend # Docs & Website website/ @goauthentik/docs +CODE_OF_CONDUCT.md @goauthentik/docs # Security -SECURITY.md @goauthentik/security -website/docs/security/ @goauthentik/security +SECURITY.md @goauthentik/security @goauthentik/docs +website/docs/security/ @goauthentik/security @goauthentik/docs