From bfb51d00cf1a8487e0a1df8ef3390b6d60c81c87 Mon Sep 17 00:00:00 2001 From: James Rich <2199651+jamesarich@users.noreply.github.com> Date: Mon, 27 Apr 2026 15:27:56 -0500 Subject: [PATCH] fix(ci): align release.yml labels with actual repo labels (#5257) --- .github/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/release.yml b/.github/release.yml index a66aafea0..c029baaf9 100644 --- a/.github/release.yml +++ b/.github/release.yml @@ -1,4 +1,8 @@ # .github/release.yml - GitHub Release Notes Configuration +# +# Labels here must match actual repo labels. Run `gh label list` to verify. +# Auto-labeler: .github/workflows/pull-request-target.yml +# AI classifier: .github/workflows/models_pr_triage.yml changelog: exclude: @@ -12,10 +16,9 @@ changelog: - ci - build - testing - - test - refactor - documentation - - translation + - l10n authors: - renovate[bot] - dependabot[bot] @@ -25,7 +28,6 @@ changelog: - title: 🏗️ Features labels: - enhancement - - feature - title: 🖥️ Desktop labels: - desktop @@ -33,7 +35,6 @@ changelog: labels: - bug - bugfix - - fix - title: 📝 Other Changes labels: - '*'