From 94d7a989a17c0100acbfcfb1a16baa0d9f295565 Mon Sep 17 00:00:00 2001 From: Dominic R Date: Thu, 21 Aug 2025 08:19:09 -0400 Subject: [PATCH] root: Remove CODEOWNERS entries from docs/ directory (#16287) --- CODEOWNERS | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 3a27fd3f9e..03f37329e5 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -33,17 +33,12 @@ packages/prettier-config @goauthentik/frontend packages/tsconfig @goauthentik/frontend # Web web/ @goauthentik/frontend -tests/wdio/ @goauthentik/frontend # Locale locale/ @goauthentik/backend @goauthentik/frontend web/xliff/ @goauthentik/backend @goauthentik/frontend -# Docs & Website -docs/ @goauthentik/docs -# TODO Remove after moving website to docs +# Docs website/ @goauthentik/docs CODE_OF_CONDUCT.md @goauthentik/docs # Security SECURITY.md @goauthentik/security @goauthentik/docs -# TODO Remove after moving website to docs website/security/ @goauthentik/security @goauthentik/docs -docs/security/ @goauthentik/security @goauthentik/docs