This is an automated email from the ASF dual-hosted git repository.
amoghdesai 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 fa893c47de0 Add Dheeraj as CODEOWNER for airflow CLI components
(#61618)
fa893c47de0 is described below
commit fa893c47de04b149ad62c2cde11d6d9569f5d07d
Author: Dheeraj Turaga <[email protected]>
AuthorDate: Sun Feb 8 00:09:44 2026 -0600
Add Dheeraj as CODEOWNER for airflow CLI components (#61618)
---
.github/CODEOWNERS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index e49fd365c3b..012707d0194 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -21,10 +21,10 @@
/airflow-core/src/airflow/api_fastapi/execution_api/ @ashb @kaxil @amoghrajesh
# Airflow CTL
-/airflow-ctl/ @bugraoz93 @potiuk
+/airflow-ctl/ @bugraoz93 @potiuk @dheerajturaga
# Airflow CLI
-/airflow-core/src/airflow/cli/ @bugraoz93 @potiuk
+/airflow-core/src/airflow/cli/ @bugraoz93 @potiuk @dheerajturaga
# Auth manager
/airflow-core/src/airflow/api_fastapi/auth/ @vincbeck