Skip to content

Remove unused ts-sdk label rule from Boring Cyborg config#69340

Merged
potiuk merged 1 commit into
apache:v3-3-testfrom
potiuk:fix-boring-cyborg-ts-sdk-v3-3-test
Jul 3, 2026
Merged

Remove unused ts-sdk label rule from Boring Cyborg config#69340
potiuk merged 1 commit into
apache:v3-3-testfrom
potiuk:fix-boring-cyborg-ts-sdk-v3-3-test

Conversation

@potiuk

@potiuk potiuk commented Jul 3, 2026

Copy link
Copy Markdown
Member

The area:ts-sdk label rule in .github/boring-cyborg.yml globs ts-sdk/**/*,
but the ts-sdk/ directory does not exist on v3-3-test — it was added to main
after 3.3 was cut. The check-boring-cyborg-configuration static check flags any
pattern matching zero files, so this stale rule failed the check on every PR
targeting v3-3-test (e.g. #69337). Removing the rule restores a green check.

main is unaffected — ts-sdk/ exists there, so the rule is valid.


Was generative AI tooling used to co-author this PR?
  • Yes — Claude Code (Opus 4.8)

Generated-by: Claude Code (Opus 4.8) following the guidelines

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.
@potiuk potiuk merged commit 3ef4100 into apache:v3-3-test Jul 3, 2026
6 checks passed
@potiuk potiuk deleted the fix-boring-cyborg-ts-sdk-v3-3-test branch July 3, 2026 15:39
@potiuk potiuk added this to the Airflow 3.3.1 milestone Jul 3, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant