From 747bc2bacdbd331c47238c4919a5ea36b4613e2d Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Sat, 7 Feb 2026 13:59:30 +0100 Subject: [PATCH] filter out "external" in nigtly build changelog --- .github/workflows/nightly.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 60dd4d5d..2d47aefe 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -29,7 +29,7 @@ jobs: sinceTag: v0.15.0 output: CHANGELOG_NIGHTLY.md # 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 uses: andelf/nightly-release@main env: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fcea1ec..59de4316 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: sinceTag: v0.15.0 maxIssues: 500 # 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 uses: softprops/action-gh-release@v1 with: