Skip to content

feat(menu): fix skip link #1905

feat(menu): fix skip link

feat(menu): fix skip link #1905

name: Check PR title format
on:
pull_request:
branches: main
types:
- opened
- edited
- synchronize
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: Slashgear/[email protected]
with:
regexp: '^(feat|fix|build|chore|ci|docs|style|refactor|perf|test)(\([^\)]+\))?(\!)?\: .+(?:\n\n(.+))?(\n\n(?:[^\n]+\s*:\s*[^\n]+\n)+)?$'