Skip to content

chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /apps/ai-image-generator/frontend #4692

chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /apps/ai-image-generator/frontend

chore(deps): bump node-forge from 1.3.1 to 1.3.2 in /apps/ai-image-generator/frontend #4692

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