This is an automated email from the ASF dual-hosted git repository.
potiuk 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 52975053074 Add CODEOWNERS entry for Airflow CLI (#58784)
52975053074 is described below
commit 52975053074e65950d6fcc339d19c6ef161caf03
Author: Bugra Ozturk <[email protected]>
AuthorDate: Fri Nov 28 21:53:54 2025 +0100
Add CODEOWNERS entry for Airflow CLI (#58784)
* Add CODEOWNERS entry for Airflow CLI
* Update .github/CODEOWNERS
Co-authored-by: Vincent <[email protected]>
---------
Co-authored-by: Vincent <[email protected]>
---
.github/CODEOWNERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 6b6088e0e44..3df5fedc74e 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -26,6 +26,9 @@
# Airflow CTL
/airflow-ctl/ @bugraoz93 @potiuk
+# Airflow CLI
+/airflow-core/src/airflow/cli/ @bugraoz93 @potiuk
+
# Auth manager
/airflow-core/src/airflow/api_fastapi/auth/ @vincbeck