This is an automated email from the ASF dual-hosted git repository.
potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-1-test by this push:
new 9a7f170360a [v3-1-test] Add CODEOWNERS entry for Airflow CLI (#58784)
(#58831)
9a7f170360a is described below
commit 9a7f170360a9687002a925c08c75ba1f87201e15
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 29 00:06:45 2025 +0100
[v3-1-test] Add CODEOWNERS entry for Airflow CLI (#58784) (#58831)
* Add CODEOWNERS entry for Airflow CLI
* Update .github/CODEOWNERS
---------
(cherry picked from commit 52975053074e65950d6fcc339d19c6ef161caf03)
Co-authored-by: Bugra Ozturk <[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 8811470d4fc..d5aabf3e611 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -26,6 +26,9 @@
# Airflow CTL
/airflow-ctl/ @bugraoz93 @kaxil @potiuk
+# Airflow CLI
+/airflow-core/src/airflow/cli/ @bugraoz93 @potiuk
+
# Auth manager
/airflow-core/src/airflow/api_fastapi/auth/ @vincbeck