diff --git a/.github/workflows/pull-request-checks.yml b/.github/workflows/pull-request-checks.yml index 77c67f005..a10626d76 100644 --- a/.github/workflows/pull-request-checks.yml +++ b/.github/workflows/pull-request-checks.yml @@ -18,7 +18,8 @@ jobs: # - uses: beemojs/conventional-pr-action@v2 - name: Pull request title validation - uses: ytanikin/PRConventionalCommits@1.1.0 +# uses: ytanikin/PRConventionalCommits@1.1.0 + uses: WillGibson/PRConventionalCommits@patch-1 with: task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' add_label: 'false'