diff --git a/.github/workflows/create_PR.yml b/.github/workflows/create_PR.yml index 87ce0e58..04abe84d 100644 --- a/.github/workflows/create_PR.yml +++ b/.github/workflows/create_PR.yml @@ -30,7 +30,7 @@ jobs: echo "short_label=pr-${SHORT_NAME}" >> $GITHUB_OUTPUT - name: Raise Pull Request - uses: devops-infra/action-pull-request@v1.1.1 + uses: devops-infra/action-pull-request@v1.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} title: "Creating PR for branch ${{ github.ref_name }} " diff --git a/.github/workflows/create_version.yml b/.github/workflows/create_version.yml index bf1c0fcc..a588f1f0 100644 --- a/.github/workflows/create_version.yml +++ b/.github/workflows/create_version.yml @@ -254,7 +254,7 @@ jobs: - name: Raise Pull Request if: startsWith(needs.update-version.outputs.branch_name, 'main') - uses: devops-infra/action-pull-request@v1.1.1 + uses: devops-infra/action-pull-request@v1.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} title: "Updating version to ${{ needs.update-version.outputs.version_tag }} " diff --git a/.github/workflows/upgrade_protbuf_release.yml b/.github/workflows/upgrade_protbuf_release.yml index 64e99aae..65cde9dd 100644 --- a/.github/workflows/upgrade_protbuf_release.yml +++ b/.github/workflows/upgrade_protbuf_release.yml @@ -96,7 +96,7 @@ jobs: if: steps.check_release.outputs.new_release == 'true' env: latest_release: ${{ steps.check_release.outputs.latest_release }} - uses: devops-infra/action-pull-request@v1.1.1 + uses: devops-infra/action-pull-request@v1.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} title: "Updating protocol buffers version to ${{env.latest_release}}" diff --git a/.github/workflows/upgrade_trunk_uvdeps_librd.yml b/.github/workflows/upgrade_trunk_uvdeps_librd.yml index 446c02f9..56c60873 100644 --- a/.github/workflows/upgrade_trunk_uvdeps_librd.yml +++ b/.github/workflows/upgrade_trunk_uvdeps_librd.yml @@ -125,7 +125,7 @@ jobs: check_in_msg: ${{ steps.create_branch.outputs.check_in_msg }} check_in_title: ${{ steps.create_branch.outputs.check_in_title }} TARGET_BRANCH_NAME: ${{ steps.create_branch.outputs.TARGET_BRANCH_NAME }} - uses: devops-infra/action-pull-request@v1.1.1 + uses: devops-infra/action-pull-request@v1.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} title: "${{ env.check_in_title }}"