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
commit d70c1d8e9ecaf5338a6d3604b6f91cee7e84c244 Author: Jarek Potiuk <[email protected]> AuthorDate: Fri Jul 3 17:39:51 2026 +0200 Remove unused ts-sdk label rule from Boring Cyborg config (#69340) The area:ts-sdk label rule globs ts-sdk/**/*, but the ts-sdk directory does not exist on this release branch (it was added to main after 3.3 was cut). The check-boring-cyborg-configuration static check flags any pattern that matches zero files, so the rule made the check fail on every PR targeting this branch. Remove the stale rule. --- .github/boring-cyborg.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index dfec60d504a..0a9acdd51e2 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -557,9 +557,6 @@ labelPRBasedOnFilePath: 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
