This is an automated email from the ASF dual-hosted git repository.
amoghrajesh 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 25e0f0d252f Adding amoghrajesh as codeowner for registry (#70381)
25e0f0d252f is described below
commit 25e0f0d252ff5fe8139c64edf07bfdd2e389a6d4
Author: Amogh Desai <[email protected]>
AuthorDate: Fri Jul 24 17:43:24 2026 +0530
Adding amoghrajesh as codeowner for registry (#70381)
---
.github/CODEOWNERS | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 39fa2d25bc1..627d731940b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -115,11 +115,11 @@ airflow-core/src/airflow/ui/public/i18n/locales/zh-TW/
@Lee-W @jason810496 @guan
/generated/provider_metadata.json @potiuk @eladkal @shahar1 @vincbeck @jscheffl
# Provider Registry
-/registry/ @kaxil
-/dev/registry/ @kaxil
-/dev/breeze/src/airflow_breeze/commands/registry_commands*.py @kaxil
-/dev/breeze/src/airflow_breeze/utils/publish_registry_versions.py @kaxil
-/dev/breeze/tests/test_publish_registry_versions.py @kaxil
+/registry/ @kaxil @amoghrajesh
+/dev/registry/ @kaxil @amoghrajesh
+/dev/breeze/src/airflow_breeze/commands/registry_commands*.py @kaxil
@amoghrajesh
+/dev/breeze/src/airflow_breeze/utils/publish_registry_versions.py @kaxil
@amoghrajesh
+/dev/breeze/tests/test_publish_registry_versions.py @kaxil @amoghrajesh
# Dev tools
/.github/workflows/ @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl
@bugraoz93 @jason810496