This is an automated email from the ASF dual-hosted git repository.
jason810496 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 0f3161ef28b Add code owners for coordinators (#69098)
0f3161ef28b is described below
commit 0f3161ef28b5f4d2ec977810a0d18b6a0e75576c
Author: Tzu-ping Chung <[email protected]>
AuthorDate: Sun Jun 28 13:55:33 2026 +0800
Add code owners for coordinators (#69098)
---
.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