filter out "external" in nigtly build changelog
This commit is contained in:
2
.github/workflows/nightly.yml
vendored
2
.github/workflows/nightly.yml
vendored
@@ -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:
|
||||||
|
|||||||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user