diff --git a/.github/workflows/update-phpcs-versionnr.yml b/.github/workflows/update-phpcs-versionnr.yml index 6ffeae45..de75c615 100644 --- a/.github/workflows/update-phpcs-versionnr.yml +++ b/.github/workflows/update-phpcs-versionnr.yml @@ -68,11 +68,12 @@ jobs: run: git status -vv --untracked=all - name: Create pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: base: ${{ steps.branches.outputs.BASE }} branch: ${{ steps.branches.outputs.PR_BRANCH }} delete-branch: true + sign-commits: true commit-message: "GetVersionTest: update for release of PHPCS ${{ steps.version.outputs.TAG }}" title: "GetVersionTest: update for release of PHPCS ${{ steps.version.outputs.TAG }}" # yamllint disable rule:line-length