Fix changelog generator parameter name from exclude-labels to excludeLabels

The action janheinrichmerker/action-github-changelog-generator@v2.3 expects
camelCase parameter names. Changed 'exclude-labels' to 'excludeLabels' in both
nightly.yml and release.yml to fix the nightly release action failure.

Co-authored-by: softhack007 <91616163+softhack007@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-01-15 11:04:58 +00:00
parent 5cfca1b340
commit 143f89243c
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
sinceTag: v14.7.1
# Exclude issues that were closed without resolution from changelog
exclude-labels: 'stale,wontfix,duplicate,invalid'
excludeLabels: 'stale,wontfix,duplicate,invalid'
- name: Update Nightly Release
uses: andelf/nightly-release@main
env:

View File

@@ -26,7 +26,7 @@ jobs:
sinceTag: v14.7.1
maxIssues: 500
# Exclude issues that were closed without resolution from changelog
exclude-labels: 'stale,wontfix,duplicate,invalid'
excludeLabels: 'stale,wontfix,duplicate,invalid'
- name: Create draft release
uses: softprops/action-gh-release@v1
with: