Skip to content

chore(deps): bump ws from 6.2.2 to 6.2.3 #1951

chore(deps): bump ws from 6.2.2 to 6.2.3

chore(deps): bump ws from 6.2.2 to 6.2.3 #1951

Workflow file for this run

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