Skip to content

build(deps-dev): bump semantic-release from 21.0.7 to 23.0.8 in the dev-ci group #235

build(deps-dev): bump semantic-release from 21.0.7 to 23.0.8 in the dev-ci group

build(deps-dev): bump semantic-release from 21.0.7 to 23.0.8 in the dev-ci group #235

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