Skip to content

build: Update releases bootstrap #30

build: Update releases bootstrap

build: Update releases bootstrap #30

name: Validate PR Conventional Commit
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: PR Conventional Commit Validation
uses: ytanikin/[email protected]
with:
task_types: '["fix","feat","refactor","perf","spike","hotfix","revert","chore","docs","test","build"]'
add_label: false