Skip to content

feat: add tool execution engine with inline step visualization #46

feat: add tool execution engine with inline step visualization

feat: add tool execution engine with inline step visualization #46

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'