Skip to content

ci: add workflow to check conventional PR title #2

ci: add workflow to check conventional PR title

ci: add workflow to check conventional PR title #2

name: Conventional Commits PR title
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
concurrency:
group: ${{github.workflow}}-${{github.ref}}
cancel-in-progress: true
jobs:
conventional-pr-title:
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
with:
types: |
build
ci
chore
docs
feat
fix
perf
revert
refactor
style
test
requireScope: false