Skip to content

Commit b7e4cd0

Browse files
Copilotnetmindz
andcommitted
Fix parameter naming for changelog generator configuration
Co-authored-by: netmindz <[email protected]>
1 parent 0becd61 commit b7e4cd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
token: ${{ secrets.GITHUB_TOKEN }}
2929
sinceTag: v0.15.0
3030
# Exclude issues that were closed without resolution from changelog
31-
excludeLabels: 'stale,wontfix,duplicate,invalid'
31+
exclude-labels: 'stale,wontfix,duplicate,invalid'
3232
- name: Update Nightly Release
3333
uses: andelf/nightly-release@main
3434
env:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
sinceTag: v0.15.0
2727
maxIssues: 500
2828
# Exclude issues that were closed without resolution from changelog
29-
excludeLabels: 'stale,wontfix,duplicate,invalid'
29+
exclude-labels: 'stale,wontfix,duplicate,invalid'
3030
- name: Create draft release
3131
uses: softprops/action-gh-release@v1
3232
with:

0 commit comments

Comments
 (0)