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 f46326bd4ee Add airflowctl integration tests to CODEOWNERS (#56900)
f46326bd4ee is described below
commit f46326bd4eef87b6deda5cf05ae60d5b29c2a267
Author: Bugra Ozturk <[email protected]>
AuthorDate: Mon Oct 20 19:52:05 2025 +0200
Add airflowctl integration tests to CODEOWNERS (#56900)
---
.github/CODEOWNERS | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index bb6aee6f1a0..a7da937cf83 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -112,6 +112,9 @@ Dockerfile.ci @potiuk @ashb @gopidesupavan @amoghrajesh
@jscheffl @bugraoz93 @ka
# Task SDK integration tests
/task-sdk-tests/ @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl
@bugraoz93 @kaxil @eladkal @jason810496
+# airflowctl integration tests
+/airflow-ctl-tests/ @potiuk @ashb @gopidesupavan @amoghrajesh @jscheffl
@bugraoz93 @kaxil @eladkal @jason810496
+
# Issue triage process
ISSUE_TRIAGE_PROCESS.rst @eladkal