Skip to content

fix(truncation): resolve duplicate spinner, leaked prompts, and missi… #20

fix(truncation): resolve duplicate spinner, leaked prompts, and missi…

fix(truncation): resolve duplicate spinner, leaked prompts, and missi… #20

Workflow file for this run

name: PR Title Check
on:
pull_request:
types: [opened, synchronize, reopened, edited]
jobs:
validate-pr-title:
runs-on: ubuntu-latest
steps:
- name: Check PR title follows Conventional Commits
uses: ytanikin/pr-conventional-commits@1.4.0
with:
task_types: '["feat","fix","docs","test","ci","refactor","perf","chore"]'
add_label: 'false'