diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 28e842cb7a3..efc2329545e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,7 +2,7 @@ # Overview # # Pattern used to match files follows most of the same rules as used in gitignore files. Order is -# important; the last matching pattern takes precendence. +# important; the last matching pattern takes precedence. # # For more info see: # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners @@ -46,7 +46,7 @@ ################################################################################################### /themes/ @keycloak/ui-maintainers @keycloak/maintainers -/js/ @keycloak/ui-maintainers +/js/ @keycloak/ui-maintainers @keycloak/maintainers /js/**/messages_*.properties @keycloak/ui-maintainers @keycloak/maintainers -/adapters/oidc/js/ @keycloak/ui-maintainers -/rest/admin-ui-ext/ @keycloak/ui-maintainers +/adapters/oidc/js/ @keycloak/ui-maintainers @keycloak/maintainers +/rest/admin-ui-ext/ @keycloak/ui-maintainers @keycloak/maintainers