Skip to content

chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /apps/klaviyo #4957

chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /apps/klaviyo

chore(deps): bump lodash-es from 4.17.21 to 4.17.23 in /apps/klaviyo #4957

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize]
permissions:
contents: read
pull-requests: read
jobs:
check-title:
if: github.actor != 'dependabot[bot]'
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
# Regex to match jira ticket, examples: "[JIRA-123] My PR title" or "chore: no ticket []"
regex: '.*\[([A-Z]+-\d+|)\].*'
allowed_prefixes: ''
prefix_case_sensitive: false
min_length: 5
max_length: 150