diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 20cea28a2..d8ed6da1b 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. Routed to the @Kajabi/dss-devs team (still active, admin on this repo). -- @Kajabi/dss-devs +* @Kajabi/dss-devs /.github/ @kajabi/production-engineering