We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 117aae6 commit 38a7d4fCopy full SHA for 38a7d4f
.github/workflows/update-changelog.yml
@@ -36,8 +36,9 @@ jobs:
36
file_pattern: CHANGELOG.md
37
38
- name: Push changes and create PR
39
- uses: peter-evans/create-pull-request@v4
+ uses: peter-evans/create-pull-request@v7
40
with:
41
branch: update-changelog
42
title: "Automated Update of CHANGELOG"
43
body: "This PR was created by GitHub Actions to update the CHANGELOG."
44
+ delete-branch: false
0 commit comments