Skip to content

fix(deps): bump the production-dependencies group across 1 directory with 2 updates #6102

fix(deps): bump the production-dependencies group across 1 directory with 2 updates

fix(deps): bump the production-dependencies group across 1 directory with 2 updates #6102

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@077bddd7bdabd0d2b1b25ed0754c7e62e184d7ee # 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