Skip to content

refactor: Migrate ListRouteV2 to tapir (DEV-3852) #3688

refactor: Migrate ListRouteV2 to tapir (DEV-3852)

refactor: Migrate ListRouteV2 to tapir (DEV-3852) #3688

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