From 28b43d564ff363be00039dd76682fd8d0a080fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20M=C3=B6hle?= <91616163+softhack007@users.noreply.github.com> Date: Fri, 16 Jan 2026 20:25:27 +0100 Subject: [PATCH] Update excluded labels in nightly workflow Added additional labels to exclude from changelog generation: question,use-as-is,not_planned --- .github/workflows/nightly.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index fabf1b05..070719d4 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -31,7 +31,7 @@ jobs: sinceTag: v14.7.1 output: CHANGELOG_NIGHTLY.md # 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: Update Nightly Release uses: andelf/nightly-release@main env: