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 eca04903bde Rename coordinator label to area:coordinator and align
CODEOWNERS (#69906)
eca04903bde is described below
commit eca04903bde6e92536ba25bb2ea297b54cc0384c
Author: Jason(Zhe-You) Liu <[email protected]>
AuthorDate: Wed Jul 15 20:59:56 2026 +0900
Rename coordinator label to area:coordinator and align CODEOWNERS (#69906)
---
.github/CODEOWNERS | 2 ++
.github/boring-cyborg.yml | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index c7922354e3e..762b85c6f8b 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -166,6 +166,8 @@ Dockerfile.ci @potiuk @ashb @gopidesupavan @amoghrajesh
@jscheffl @bugraoz93 @ja
# AIP-108 - Coordinators
/task-sdk/src/airflow/sdk/coordinators/ @jason810496 @uranusjr
/task-sdk/src/airflow/sdk/execution_time/coordinator.py @jason810496 @uranusjr
+/task-sdk/tests/task_sdk/coordinators/ @jason810496 @uranusjr
+/task-sdk/tests/task_sdk/execution_time/test_coordinator.py @jason810496
@uranusjr
# Golang SDK
/go-sdk/ @ashb @amoghrajesh @jason810496
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index 8aeb2695cc7..cd31dc07f40 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -566,7 +566,7 @@ labelPRBasedOnFilePath:
area:ts-sdk:
- ts-sdk/**/*
- "AIP-108: Coordinator":
+ area:coordinator:
- task-sdk/src/airflow/sdk/coordinators/**/*
- task-sdk/src/airflow/sdk/execution_time/coordinator.py
- task-sdk/tests/task_sdk/coordinators/**/*