Skip to content

Possible fix for #1111 #4482

Possible fix for #1111

Possible fix for #1111 #4482

name: Commit Message Check
on:
pull_request:
branches: [main]
types: [opened, edited, synchronize]
jobs:
conventional_commit_check:
runs-on: ubuntu-latest
steps:
- uses: agenthunt/[email protected]
with:
pr-title-regex: "^(fix|feat|chore|docs)(?:[(][^)]+[)])?: (.+)"