Skip to content

feat(html): add default body background color #1908

feat(html): add default body background color

feat(html): add default body background color #1908

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)+)?$'