Skip to content

chore(gha): bump release-plz/action from 0.5.128 to 0.5.129 #185

chore(gha): bump release-plz/action from 0.5.128 to 0.5.129

chore(gha): bump release-plz/action from 0.5.128 to 0.5.129 #185

name: PR Conventional Commit Validation
permissions:
contents: read
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/pr-conventional-commits@1.5.2
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'