Allowing all maintainers to approve UI changes

Closs #40576

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
Alexander Schwartz 2025-06-19 14:38:08 +02:00 committed by GitHub
parent 05d6f30ead
commit d7d83927ac
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

8
.github/CODEOWNERS vendored
View File

@ -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