Skip to content

build(deps-dev): bump the dev group with 4 updates #304

build(deps-dev): bump the dev group with 4 updates

build(deps-dev): bump the dev group with 4 updates #304

Workflow file for this run

name: Check PR title
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
lint:
runs-on: ubuntu-latest
permissions:
statuses: write
steps:
- uses: aslafy-z/conventional-pr-title-action@v3.2.0
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
target-url: https://www.conventionalcommits.org
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}