Skip to content

docs: update README.md #14

docs: update README.md

docs: update README.md #14

Workflow file for this run

name: check pr title
on:
pull_request:
jobs:
check-pr-title:
runs-on: ubuntu-latest
steps:
- uses: Slashgear/[email protected]
with:
regexp: "(?:build|ci|docs|feat|fix|perf|refactor|test)!?: [a-z]{1}.+[a-zA-Z0-9]{1}"
helpMessage: "Please use PR title being first line of a conventional commit, see https://www.conventionalcommits.org/en/v1.0.0/"