Skip to content

chore: Update dsp-api to v.30.7.0 #69

chore: Update dsp-api to v.30.7.0

chore: Update dsp-api to v.30.7.0 #69

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