This is an automated email from the ASF dual-hosted git repository.
bbovenzi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new 995eea8222 Add codeowners for new UI (#42010)
995eea8222 is described below
commit 995eea822228676aec4b7cf4740ba4b7c9fbe28d
Author: Brent Bovenzi <[email protected]>
AuthorDate: Wed Sep 4 17:39:59 2024 -0400
Add codeowners for new UI (#42010)
---
.github/CODEOWNERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index d137776411..6740439d54 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -29,6 +29,9 @@
# WWW
/airflow/www/ @ryanahamilton @ashb @bbovenzi @pierrejeambrun
+# UI
+/airflow/ui/ @bbovenzi @pierrejeambrun
+
# Security/Permissions
/airflow/api_connexion/security.py @jhtimmins
/airflow/security/permissions.py @jhtimmins