Skip to content

fix(ui): [#225] - UI and Content Inconsistencies Across Website Pages #9

fix(ui): [#225] - UI and Content Inconsistencies Across Website Pages

fix(ui): [#225] - UI and Content Inconsistencies Across Website Pages #9

name: 'PR Title Check'
# All of these are valid PR titles using GitHub issues.
# Of course one can use different <type> as per conventional commits format
# https://www.conventionalcommits.org/en/v1.0.0
#
# feat(improvement)!: [#123] - My PR title
# feat!: [#123] - My PR title
# feat: [#123] - My PR title
on:
pull_request:
types:
- opened
- synchronize
- edited
- reopened
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: Slashgear/[email protected]
with:
regexp: '^(?:release|feat|fix|build|chore|ci|docs|style|refactor|perf|test|revert)(?:\(\w+\))?\!?:\s\[#\d+\]\s\-\s.+'
helpMessage: "Example: 'feat: [#123] - my title'"