Skip to content

feat: implement editing of third party iiif images (DEV-3967) #189

feat: implement editing of third party iiif images (DEV-3967)

feat: implement editing of third party iiif images (DEV-3967) #189

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