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 3ef41002362 Remove unused ts-sdk label rule from Boring Cyborg config 
(#69340)
3ef41002362 is described below

commit 3ef410023621d5cdce19812daaf5332a87287b68
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

Reply via email to