Skip to content

feat: Introduce message templates #72

feat: Introduce message templates

feat: Introduce message templates #72

Workflow file for this run

on:
pull_request:
types: [opened, reopened, edited, synchronize]
merge_group:
name: pr-title
jobs:
pr-title-check:
runs-on: ubuntu-latest
steps:
- uses: Slashgear/action-check-pr-title@v4.3.0
with:
regexp: "^(feat|fix|sec|infra|test|chore|doc): .{5,}"
helpMessage: "Example: 'feat: new pr title' <- prefix, colon, space, PR title of at least 5 chars"