We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44e2d29 + 6edae44 commit c95e211Copy full SHA for c95e211
README.md
@@ -45,7 +45,7 @@ jobs:
45
token: ${{ secrets.GITHUB_TOKEN }}
46
47
- name: Check Subject Line Length
48
- uses: tim-actions/commit-message-checker-with-regex@v1.0.0
+ uses: tim-actions/commit-message-checker-with-regex@v0.3.1
49
with:
50
commits: ${{ steps.get-pr-commits.outputs.commits }}
51
pattern: '^.{0,75}(\n.*)*$'
0 commit comments