Skip to content

Commit

Permalink
Merge pull request #3997 from opencontainers/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/tim-actions/commit-message-checker-with-regex-0.3.2

build(deps): bump tim-actions/commit-message-checker-with-regex from 0.3.1 to 0.3.2
  • Loading branch information
kolyshkin committed Aug 28, 2023
2 parents 0a5cd69 + fe6f33b commit b322e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: check subject line length
uses: tim-actions/commit-message-checker-with-regex@v0.3.1
uses: tim-actions/commit-message-checker-with-regex@v0.3.2
with:
commits: ${{ steps.get-pr-commits.outputs.commits }}
pattern: '^.{0,72}(\n.*)*$'
Expand Down

0 comments on commit b322e31

Please sign in to comment.