Skip to content

Merge pull request #30 from leoviana00/feat-prep-actions #11

Merge pull request #30 from leoviana00/feat-prep-actions

Merge pull request #30 from leoviana00/feat-prep-actions #11

Workflow file for this run

name: 'PR Title Check'
on:
pull_request:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout code from PR (Safe Checkout)
uses: actions/checkout@v3
- name: PR Title Verify
uses: satvik-s/pr-title-check
with:
pattern: '(fix|feat|chore|docs|style|refactor|perf|test): (?:\w+\b\W*){3,8}$'