Skip to content

build(deps): bump actions/checkout from 3 to 4 #89

build(deps): bump actions/checkout from 3 to 4

build(deps): bump actions/checkout from 3 to 4 #89

name: Check PR title
on:
pull_request:
types:
- opened
- reopened
- edited
- synchronize
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/conventional-pr-title-action@master
with:
success-state: Title follows the conventional commit specification.
failure-state: Title does not follow the conventional commit specification.
context-name: conventional-pr-title
preset: conventional-changelog-angular@latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}