Skip to content

feat(ci): add semantic PR title check workflow #2

feat(ci): add semantic PR title check workflow

feat(ci): add semantic PR title check workflow #2

name: Check Semantic PR
on:
pull_request:
types: [opened, edited, synchronize, reopened]
pull_request_target:
types: [opened, edited, synchronize, reopened]
jobs:
check:
uses: reqstool/.github/.github/workflows/check-semantic-pr.yml@main