File tree Expand file tree Collapse file tree 1 file changed +14
-5
lines changed
Expand file tree Collapse file tree 1 file changed +14
-5
lines changed Original file line number Diff line number Diff line change 2626 token : ${{ github.token }}
2727 tag : ${{ github.ref_name }}
2828
29- - name : Commit CHANGELOG.md
30- uses : stefanzweifel/git-auto-commit-action@v4
29+ - name : Create Pull Request
30+ uses : peter-evans/create-pull-request@v7
3131 with :
32- branch : master
33- commit_message : " docs: update CHANGELOG.md for ${{ github.ref_name }} [skip ci]"
34- file_pattern : CHANGELOG.md
32+ token : ${{ github.token }}
33+ commit-message : " docs: update CHANGELOG.md for ${{ github.ref_name }}"
34+ title : " docs: update CHANGELOG.md for ${{ github.ref_name }}"
35+ body : |
36+ Auto-generated changelog update for release ${{ github.ref_name }}.
37+
38+ This PR was automatically created by the changelog workflow.
39+ branch : changelog/${{ github.ref_name }}
40+ base : master
41+ add-paths : CHANGELOG.md
42+ labels : documentation,automated
43+ delete-branch : true
You can’t perform that action at this time.
0 commit comments