Skip to content

chore(deps): bump express from 4.18.2 to 4.21.0 #1953

chore(deps): bump express from 4.18.2 to 4.21.0

chore(deps): bump express from 4.18.2 to 4.21.0 #1953

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 }}