Skip to content

Commit c0e8f4d

Browse files
authored
Merge pull request #611 from PHPCSStandards/dependabot/github_actions/peter-evans/create-pull-request-7
GH Actions: Bump peter-evans/create-pull-request from 6 to 7
2 parents f905241 + 4600d9e commit c0e8f4d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/happy-new-year.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,12 @@ jobs:
7373
run: exit 1
7474

7575
- name: Create pull request
76-
uses: peter-evans/create-pull-request@v6
76+
uses: peter-evans/create-pull-request@v7
7777
with:
7878
base: ${{ steps.branches.outputs.BASE }}
7979
branch: ${{ steps.branches.outputs.PR_BRANCH }}
8080
delete-branch: true
81+
sign-commits: true
8182
commit-message: "Squiz/FileComment: update year in test case fixed file"
8283
title: "Squiz/FileComment: update year in test case fixed file"
8384
# yamllint disable rule:line-length

0 commit comments

Comments
 (0)