filter out "external" in nigtly build changelog

This commit is contained in:
Frank
2026-02-07 13:59:30 +01:00
parent 4d63b3c8a0
commit 747bc2bacd
2 changed files with 2 additions and 2 deletions

View File

@@ -29,7 +29,7 @@ jobs:
sinceTag: v0.15.0 sinceTag: v0.15.0
output: CHANGELOG_NIGHTLY.md output: CHANGELOG_NIGHTLY.md
# Exclude issues that were closed without resolution from changelog # Exclude issues that were closed without resolution from changelog
excludeLabels: 'stale,wontfix,duplicate,invalid,question,use-as-is,not_planned' excludeLabels: 'stale,wontfix,duplicate,invalid,external,question,use-as-is,not_planned'
- name: Update Nightly Release - name: Update Nightly Release
uses: andelf/nightly-release@main uses: andelf/nightly-release@main
env: env:

View File

@@ -26,7 +26,7 @@ jobs:
sinceTag: v0.15.0 sinceTag: v0.15.0
maxIssues: 500 maxIssues: 500
# Exclude issues that were closed without resolution from changelog # Exclude issues that were closed without resolution from changelog
excludeLabels: 'stale,wontfix,duplicate,invalid,question,use-as-is,not_planned' excludeLabels: 'stale,wontfix,duplicate,invalid,external,question,use-as-is,not_planned'
- name: Create draft release - name: Create draft release
uses: softprops/action-gh-release@v1 uses: softprops/action-gh-release@v1
with: with: