This is an automated email from the ASF dual-hosted git repository.
vincbeck pushed a commit to branch v3-3-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-3-test by this push:
new 3535f0cb6d0 [v3-3-test] Adding amoghrajesh as codeowner for registry
(#70381) (#70384)
3535f0cb6d0 is described below
commit 3535f0cb6d00e0041663c803ab1f8daa2541dfb5
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 09:07:06 2026 -0400
[v3-3-test] Adding amoghrajesh as codeowner for registry (#70381) (#70384)
(cherry picked from commit 25e0f0d252ff5fe8139c64edf07bfdd2e389a6d4)
Co-authored-by: Amogh Desai <[email protected]>
---
.github/CODEOWNERS | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 19a4483ab59..6e74e1f794d 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -114,11 +114,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