diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 70fa9ad..75cfbb4 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -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.*$'