Skip to content

Commit 787e9bf

Browse files
committed
include issues and pull requests in changelog
1 parent bdf0d16 commit 787e9bf

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ jobs:
5454
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
5555
with:
5656
token: ${{ secrets.GITHUB_TOKEN }}
57+
pullRequests: true
58+
prWoLabels: true
59+
issues: true
60+
issuesWoLabels: true
61+
stripGeneratorNotice: true
5762
- name: Push Docs and Changelog
5863
uses: github-actions-x/commit@v2.7
5964
with:

0 commit comments

Comments
 (0)