Skip to content

feat: use new Forma 36 Layout component [UFO-1876] #1624

feat: use new Forma 36 Layout component [UFO-1876]

feat: use new Forma 36 Layout component [UFO-1876] #1624

Workflow file for this run

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