This is an automated email from the ASF dual-hosted git repository.
guan404ming 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 15272fbac82 Add auto area labels for ts-sdk and java-sdk PRs (#69325)
15272fbac82 is described below
commit 15272fbac82f491b5622ca0b3595289e27fe87cf
Author: Guan-Ming Chiu <[email protected]>
AuthorDate: Fri Jul 3 21:16:12 2026 +0800
Add auto area labels for ts-sdk and java-sdk PRs (#69325)
---
.github/boring-cyborg.yml | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml
index f83c78cb39e..dfec60d504a 100644
--- a/.github/boring-cyborg.yml
+++ b/.github/boring-cyborg.yml
@@ -554,6 +554,18 @@ labelPRBasedOnFilePath:
area:go-sdk:
- go-sdk/**/*
+ area:java-sdk:
+ - java-sdk/**/*
+
+ area:ts-sdk:
+ - ts-sdk/**/*
+
+ "AIP-108: Coordinator":
+ - task-sdk/src/airflow/sdk/coordinators/**/*
+ - task-sdk/src/airflow/sdk/execution_time/coordinator.py
+ - task-sdk/tests/task_sdk/coordinators/**/*
+ - task-sdk/tests/task_sdk/execution_time/test_coordinator.py
+
area:db-migrations:
- airflow-core/src/airflow/migrations/versions/*