name: PR Conventional Commit Validation
permissions:
contents: read
on:
pull_request:
types:
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@1.5.1
with:
# https://www.conventionalcommits.org/en/v1.0.0/#specification
task_types: '["feat","fix","build","style","docs","test","ci","refactor","perf","chore","revert"]'
add_label: 'false'