From 30f9af0602c4a581ff2f5f51bce1f159ac3585ab Mon Sep 17 00:00:00 2001 From: Quinton Jason Date: Tue, 14 Jul 2026 13:34:32 -0500 Subject: [PATCH 1/2] 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 From 8f495f6c13cac8abe5056af9bcace688a2e0f10d Mon Sep 17 00:00:00 2001 From: Quinton Jason Date: Wed, 22 Jul 2026 10:25:51 -0500 Subject: [PATCH 2/2] chore: route CODEOWNERS to @Kajabi/dss-devs team instead of individuals MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Per review: keep ownership on the (still-active) dss-devs team rather than naming individuals. The core fix — the '-' -> '*' global pattern — is unchanged. --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 60ff5256c..d8ed6da1b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # 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. +# files. Routed to the @Kajabi/dss-devs team (still active, admin on this repo). -* @QuintonJason @pixelflips +* @Kajabi/dss-devs /.github/ @kajabi/production-engineering