Skip to content

fix: fix bandit workflow configuration (DEV-2536) #1539

fix: fix bandit workflow configuration (DEV-2536)

fix: fix bandit workflow configuration (DEV-2536) #1539

Workflow file for this run

---
name: PR-Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
test:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: deepakputhraya/action-pr-title@master
with:
regex: '[a-z]+(\([0-9a-z\-_, ]+\))?!?: .+\(DEV-\d+(, DEV-\d+)*\)$|chore: release \d+\.\d+\.\d+$|chore\(deps\): bump dependencies$'
allowed_prefixes: "fix,refactor,feat,docs,chore,style,test"
disallowed_prefixes: "feature,hotfix"
prefix_case_sensitive: true
min_length: 7
max_length: 120