We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea026a9 commit b9f67f4Copy full SHA for b9f67f4
.github/workflows/update_changelog.yml
@@ -47,7 +47,7 @@ jobs:
47
fi
48
git cherry-pick "$commit_hash"
49
- name: Create Pull Request
50
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
51
with:
52
token: ${{ secrets.ANTREA_BOT_WRITE_PAT }}
53
delete-branch: true
0 commit comments