Skip to content

feat: prefixed= kwarg for custom types #167

feat: prefixed= kwarg for custom types

feat: prefixed= kwarg for custom types #167

Workflow file for this run

name: PR Title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
pr-title:
runs-on: ubuntu-latest
steps:
- uses: astral-sh/setup-uv@v6
- name: Check PR Title
run: uvx commitlint "${{ github.event.pull_request.title }}"