Skip to content

Chore(deps-dev): Bump express from 4.18.2 to 4.19.2 in /test-framework #108

Chore(deps-dev): Bump express from 4.18.2 to 4.19.2 in /test-framework

Chore(deps-dev): Bump express from 4.18.2 to 4.19.2 in /test-framework #108

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: '^(chore|docs|feat|fix|perf|refactor|style|test|)(\(.+\))?!?: .+$'
max_length: 140