From b95b865c601afdf19ec21e9853758c17f1aeae10 Mon Sep 17 00:00:00 2001 From: Alexander Schwartz Date: Thu, 2 May 2024 18:41:04 +0200 Subject: [PATCH] Allow maintainers to approve community translations in addition to the UI team Closes #29227 Signed-off-by: Alexander Schwartz --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 562640f979..3e4a2c00eb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -48,5 +48,6 @@ /tsconfig.json @keycloak/ui-maintainers /themes/ @keycloak/ui-maintainers @keycloak/maintainers /js/ @keycloak/ui-maintainers +/js/*/maven-resources-community/*/messages_*.properties @keycloak/ui-maintainers @keycloak/maintainers /adapters/oidc/js/ @keycloak/ui-maintainers /rest/admin-ui-ext/ @keycloak/ui-maintainers