We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f905241 + 4600d9e commit c0e8f4dCopy full SHA for c0e8f4d
.github/workflows/happy-new-year.yml
@@ -73,11 +73,12 @@ jobs:
73
run: exit 1
74
75
- name: Create pull request
76
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
77
with:
78
base: ${{ steps.branches.outputs.BASE }}
79
branch: ${{ steps.branches.outputs.PR_BRANCH }}
80
delete-branch: true
81
+ sign-commits: true
82
commit-message: "Squiz/FileComment: update year in test case fixed file"
83
title: "Squiz/FileComment: update year in test case fixed file"
84
# yamllint disable rule:line-length
0 commit comments