Skip to content

fix: Invalidate cached project information when adding an ontology to a project (DEV-2926) #659

fix: Invalidate cached project information when adding an ontology to a project (DEV-2926)

fix: Invalidate cached project information when adding an ontology to a project (DEV-2926) #659

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