Skip to content

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 #3985

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7

chore(deps): bump http-proxy-middleware from 2.0.6 to 2.0.7 #3985

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
test:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '^(feat|fix|docs|style|refactor|perf|test|chore)(\(.+\))?!?: .+$'
max_length: 140