Skip to content

fix(ci): replace docker/helm labels with infra in release.yml#315

Merged
zeevdr merged 1 commit into
mainfrom
ci/274-release-yml-infra-label
Apr 30, 2026
Merged

fix(ci): replace docker/helm labels with infra in release.yml#315
zeevdr merged 1 commit into
mainfrom
ci/274-release-yml-infra-label

Conversation

@zeevdr
Copy link
Copy Markdown
Member

@zeevdr zeevdr commented Apr 30, 2026

Summary

  • The "Infrastructure" category in .github/release.yml referenced docker and helm labels, neither of which exists in the repo. Infrastructure PRs were silently falling through to "Other Changes" in generated release notes.
  • Replaced both with the actual infra label, keeping ci in place.

Test plan

Closes #274

🤖 Generated with Claude Code

Neither `docker` nor `helm` labels exist in the repo. The actual label
for infrastructure work is `infra`. This caused Helm/Docker PRs such as
#261 and #227 to land in "Other Changes" instead of "Infrastructure" in
generated release notes.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@zeevdr zeevdr added this to the v0.10.0-alpha.2 milestone Apr 30, 2026
@zeevdr zeevdr added bug Something isn't working ci CI/Infrastructure size: S Quick win — a few hours or less priority: P0 Blocks alpha or release labels Apr 30, 2026
@zeevdr zeevdr merged commit d309830 into main Apr 30, 2026
19 checks passed
@zeevdr zeevdr deleted the ci/274-release-yml-infra-label branch April 30, 2026 09:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working ci CI/Infrastructure priority: P0 Blocks alpha or release size: S Quick win — a few hours or less

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix release.yml label categories (docker/helm → infra)

1 participant