Skip to content

chore(deps): bump the npm_and_yarn group across 1 directories with 14 updates #14968

chore(deps): bump the npm_and_yarn group across 1 directories with 14 updates

chore(deps): bump the npm_and_yarn group across 1 directories with 14 updates #14968

Workflow file for this run

name: Check PR title
on:
pull_request:
branches:
- main
- dependencies
types:
- opened
- reopened
- edited
- synchronize
jobs:
pr-title:
runs-on: ubuntu-latest
if: github.event.pull_request.user.login != 'dependabot[bot]'
steps:
- uses: aslafy-z/[email protected]
with:
success-state: Title follows the specification
failure-state: Title does not follow the specification
context-name: conventional-pr-title
preset: conventional-changelog-conventionalcommits@latest
env:
GITHUB_TOKEN: ${{ secrets.ACTIONS_GITHUB_TOKEN }}