Skip to content

chore(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates #138

chore(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates

chore(deps-dev): bump the dev-dependencies group across 1 directory with 8 updates #138

name: PR Title Check
on:
pull_request:
types: [opened, edited, synchronize]
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