File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,13 +117,14 @@ jobs:
117117 - name : Create Pull Request
118118 id : cpr
119119 uses : peter-evans/create-pull-request@v3
120- # with:
121- # token: ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
122- # push-to-fork: ${{env.RELEASE_FORKS}}/${{github.event.pull_request.base.repo.name}}
123- # branch: post-release/origin-${{env.RELEASE_VERSION}}
124- # committer: GitHub <noreply@github.com>
125- # author: ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
126- # commit-message: "DEV ${{env.RELEASE_VERSION}}"
127- # title: 'Link packages in dev after (${{env.RELEASE_VERSION}})'
128- # body: |
129- # ## Link packages in dev after (${{env.RELEASE_VERSION}})
120+ with :
121+ token : ${{ secrets.POLYWRAP_BUILD_BOT_PAT }}
122+ push-to-fork : ${{env.RELEASE_FORKS}}/${{github.event.pull_request.base.repo.name}}
123+ branch : post-release/origin-${{env.RELEASE_VERSION}}
124+ base : origin/dev
125+ committer : GitHub <noreply@github.com>
126+ author : ${{env.BUILD_BOT}} <${{env.BUILD_BOT}}@users.noreply.github.com>
127+ commit-message : " DEV ${{env.RELEASE_VERSION}}"
128+ title : ' Link packages in dev after (${{env.RELEASE_VERSION}})'
129+ body : |
130+ ## Link packages in dev after (${{env.RELEASE_VERSION}})
You can’t perform that action at this time.
0 commit comments