diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e4cfa6a5..6603aab7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,6 +16,15 @@ concurrency: cancel-in-progress: true jobs: + pr-title: + runs-on: ubuntu-latest + if: github.event_name == 'pull_request' + steps: + - name: PR Conventional Commit Validation + uses: ytanikin/pr-conventional-commits@1.4.1 + with: + task_types: '["feat","fix","docs","test","ci","build","refactor","style","perf","chore","revert"]' + matrix: runs-on: ubuntu-latest outputs: