Skip to content

feat: [P4DEV-1475] First setup #2

feat: [P4DEV-1475] First setup

feat: [P4DEV-1475] First setup #2

Workflow file for this run

name: 'PR title check'
on:
pull_request:
branches:
- develop
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
pr-title-check:
runs-on: ubuntu-latest
steps:
- uses: Slashgear/action-check-pr-title@860e8dc639f8e60335a6f5e8936ba67ed2536890 # v4.3.0
with:
regexp: '(feat|fix|chore|ci|test|build|docs|perf|refactor|breaking): \[P4ADEV(-[0-9]{2,4})?\] .+'
helpMessage: "Example: 'feat: [P4ADEV-1041] example of title'"