Skip to content

build(deps): bump express from 4.18.2 to 4.19.2 #1078

build(deps): bump express from 4.18.2 to 4.19.2

build(deps): bump express from 4.18.2 to 4.19.2 #1078

Workflow file for this run

name: 'Semantic Pull Request'
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@01d5fd8a8ebb9aafe902c40c53f0f4744f7381eb # tag=v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
# Any changes should also be made on the [commitizen script](#/scripts/commitizen.js)
types: |
feat
fix
style
refactor
perf
test
build
docs
chore
requireScope: false
wip: true