This is an automated email from the ASF dual-hosted git repository.
vatsrahul1001 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 1fd5c904951 [v3-3-test] Add code owners for coordinators (#69098)
(#69101)
1fd5c904951 is described below
commit 1fd5c9049518d03af909e9f4d11e17369bc95ea3
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 28 19:37:08 2026 +0530
[v3-3-test] Add code owners for coordinators (#69098) (#69101)
(cherry picked from commit 0f3161ef28b5f4d2ec977810a0d18b6a0e75576c)
Co-authored-by: Tzu-ping Chung <[email protected]>
---
.github/CODEOWNERS | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 11887935420..6b0836ce2b9 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -162,6 +162,10 @@ Dockerfile.ci @potiuk @ashb @gopidesupavan @amoghrajesh
@jscheffl @bugraoz93 @ja
# Python SDK
/task-sdk/ @ashb @kaxil @amoghrajesh
+# AIP-108 - Coordinators
+/task-sdk/src/airflow/sdk/coordinators/ @jason810496 @uranusjr
+/task-sdk/src/airflow/sdk/execution_time/coordinator.py @jason810496 @uranusjr
+
# Golang SDK
/go-sdk/ @ashb @amoghrajesh @jason810496