From 0495f2fc085433b4ae7324cc1a88d9f579cddc36 Mon Sep 17 00:00:00 2001 From: zeevdr Date: Thu, 30 Apr 2026 11:11:52 +0300 Subject: [PATCH] fix(ci): replace docker/helm labels with infra in release.yml 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 --- .github/release.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index e125213b..f93ef855 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -23,8 +23,7 @@ changelog: - title: "Infrastructure" labels: - ci - - docker - - helm + - infra - title: "Documentation" labels: - docs