Skip to content

Chore(deps): Bump undici from 5.28.1 to 5.28.4 #117

Chore(deps): Bump undici from 5.28.1 to 5.28.4

Chore(deps): Bump undici from 5.28.1 to 5.28.4 #117

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