This is an automated email from the ASF dual-hosted git repository.
potiuk 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 31c43996908 [v3-3-test] Add auto area labels for ts-sdk and java-sdk
PRs (#69325) (#69331)
31c43996908 is described below
commit 31c43996908ebfcd9771e762164ba2a1ebc296ec
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 3 15:46:28 2026 +0200
[v3-3-test] Add auto area labels for ts-sdk and java-sdk PRs (#69325)
(#69331)
(cherry picked from commit 15272fbac82f491b5622ca0b3595289e27fe87cf)
Co-authored-by: Guan-Ming Chiu
<[email protected]>
---
.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/*