We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e0b33fe + a5edc18 commit 824629eCopy full SHA for 824629e
1 file changed
.github/workflows/release-pr.yaml
@@ -131,13 +131,13 @@ jobs:
131
132
- name: Create Pull Request
133
id: cpr
134
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v5
135
with:
136
token: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
137
push-to-fork: ${{env.RELEASE_FORKS}}/${{github.event.pull_request.base.repo.name}}
138
branch: release/origin-${{env.RELEASE_VERSION}}
139
base: ${{github.event.pull_request.base.ref}}
140
- committer: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
+ committer: GitHub <noreply@github.com>
141
author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
142
commit-message: "${{env.RELEASE_VERSION}}"
143
title: 'Polywrap Origin (${{env.RELEASE_VERSION}})'
0 commit comments