From 855cfae224f0224b69a6102991b4ed96908a1130 Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Fri, 16 Jan 2026 23:46:25 +0100 Subject: [PATCH] align filtering in release.yml and nightly.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8d04e6a3..64ea9937 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: sinceTag: v14.7.1 maxIssues: 500 # Exclude issues that were closed without resolution from changelog - excludeLabels: 'stale,wontfix,duplicate,invalid' + excludeLabels: 'stale,wontfix,duplicate,invalid,question,use-as-is,not_planned' - name: Create draft release uses: softprops/action-gh-release@v1 with: