Skip to content

ci: Add GitHub Action CI workflow #13

ci: Add GitHub Action CI workflow

ci: Add GitHub Action CI workflow #13

Workflow file for this run

name: Enforce Conventional PR Title
on:
pull_request_target:
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
permissions:
pull-requests: read
jobs:
semantic-pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
build
chore
ci
docs
feat
fix
perf
refactor
revert
style
test