| 1 | name: PR Conventional Commit Validation |
| 2 | |
| 3 | on: |
| 4 | pull_request: |
| 5 | types: [opened, synchronize, reopened, edited] |
| 6 | |
| 7 | jobs: |
| 8 | validate-pr-title: |
| 9 | runs-on: ubuntu-latest |
| 10 | steps: |
| 11 | - name: PR Conventional Commit Validation |
| 12 | uses: ytanikin/pr-conventional-commits@1.4.0 |
| 13 | with: |
| 14 | task_types: '["feat","fix","docs","test","ci","refactor","perf","chore","revert"]' |