Skip to content

fix: close edit state of values on save and after resource changes (DEV-4372) #3990

fix: close edit state of values on save and after resource changes (DEV-4372)

fix: close edit state of values on save and after resource changes (DEV-4372) #3990

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