Merge pull request #4900 from wled/copilot/fix-4881

Fix changelog generation to exclude unresolved closed issues
This commit is contained in:
netmindz 2025-09-03 07:16:45 +01:00 committed by GitHub
commit 46df9410b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -27,6 +27,8 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
sinceTag: v0.15.0
# Exclude issues that were closed without resolution from changelog
exclude-labels: 'stale,wontfix,duplicate,invalid'
- name: Update Nightly Release
uses: andelf/nightly-release@main
env:

View File

@ -24,7 +24,9 @@ jobs:
with:
token: ${{ secrets.GITHUB_TOKEN }}
sinceTag: v0.15.0
maxIssues: 500
maxIssues: 500
# Exclude issues that were closed without resolution from changelog
exclude-labels: 'stale,wontfix,duplicate,invalid'
- name: Create draft release
uses: softprops/action-gh-release@v1
with: