Skip to content

PR title check

PR title check #1457

Workflow file for this run

name: PR title check
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
- reopened
permissions: read-all
jobs:
check_title:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: PR Title Verify
uses: satvik-s/[email protected]
with:
pattern: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\([\w\-\.]+\))?(!)?: ([\w ])+([\s\S]*)'