Skip to content

Commit

Permalink
chore(deps): update clowdhaus/actions action to v0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and bent10 committed May 6, 2024
1 parent 16b7aaa commit b6cf084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-title.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Check PR Title
uses: clowdhaus/actions/pr-title@v0.4.0
uses: clowdhaus/actions/pr-title@v0.5.0
with:
on-fail-message: "Your PR title doesn't match the required format. The title should be in the conventional commit (https://www.conventionalcommits.org) format. e.g.\n\n```\nchore(plugin-name): add pr title workflow\n```"
title-regex: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test)(\([\w|,|\-|\|]+\))?(!)?\:\s.*$'
Expand Down

0 comments on commit b6cf084

Please sign in to comment.