Update excluded labels in nightly workflow

Added additional labels to exclude from changelog generation:
question,use-as-is,not_planned
This commit is contained in:
Frank Möhle
2026-01-16 20:25:27 +01:00
committed by GitHub
parent 8f6b05535e
commit 28b43d564f

View File

@@ -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: