Skip to content

docs(v2): style readme, move mapping #1203

docs(v2): style readme, move mapping

docs(v2): style readme, move mapping #1203

Workflow file for this run

name: "Lint PR"
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
with:
# We use the default types (as defined in:
# https://github.com/commitizen/conventional-commit-types), but we
# add "type" to categorize changes that only affect the type system,
# and not the runtime behaviour (function signatures, return types,
# etc...)
types: |
feat
fix
perf
refactor
test
docs
build
ci
style
chore
revert
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}