Skip to content

fix(deps): bump emotion from 10.0.27 to 11.0.0 in /apps/content-auditor #25789

fix(deps): bump emotion from 10.0.27 to 11.0.0 in /apps/content-auditor

fix(deps): bump emotion from 10.0.27 to 11.0.0 in /apps/content-auditor #25789

---
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