github.com/goravel/framework@v1.13.9/.github/workflows/pr-check-title.yml (about)

     1  name: PR Check Title
     2  on:
     3    pull_request:
     4  jobs:
     5    pr-check-title:
     6      runs-on: ubuntu-latest
     7      steps:
     8        - uses: Slashgear/action-check-pr-title@v4.3.0
     9          with:
    10            regexp: "^(feat|fix|docs|style|refactor|perf|test|workflow|build|ci|chore|types|wip|release|revert)(\\(.+\\))?!?: .+"
    11            helpMessage: "Your PR title is invalid. Please follow the Conventional Commits specification: https://www.conventionalcommits.org/en/v1.0.0/"