Skip to content

feat: The restricted view must be either restricted with a watermark or by a particular size (DEV-3356) #1923

feat: The restricted view must be either restricted with a watermark or by a particular size (DEV-3356)

feat: The restricted view must be either restricted with a watermark or by a particular size (DEV-3356) #1923

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)(\(.+\))?!?: [A-Z].+$'
max_length: 140