From 30f9af0602c4a581ff2f5f51bce1f159ac3585ab Mon Sep 17 00:00:00 2001 From: Quinton Jason Date: Tue, 14 Jul 2026 13:34:32 -0500 Subject: [PATCH] chore: fix global CODEOWNERS pattern and route to current maintainers --- .github/CODEOWNERS | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 20cea28a2..60ff5256c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,6 +3,9 @@ # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners # Global owners +# NOTE: `*` matches all files. A bare `-` here previously matched only a file +# literally named "-", so no code-owner review was actually enforced on general +# files. Maintained by the two remaining DSS maintainers after the team wound down. -- @Kajabi/dss-devs +* @QuintonJason @pixelflips /.github/ @kajabi/production-engineering