Skip to content

[TASK] Create a Product list and single view based upon HubSpot products #82

[TASK] Create a Product list and single view based upon HubSpot products

[TASK] Create a Product list and single view based upon HubSpot products #82

Workflow file for this run

name: Check Commit Message
on:
pull_request:
types: [opened, edited, reopened, synchronize, ready_for_review, review_requested]
jobs:
check-commit-message:
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- name: Check Commit Type
uses: gsactions/commit-message-checker@v1
with:
pattern: '^(|\[(!!!)\])\[(FEATURE|BUGFIX|TASK|TEST|DOC|WIP)\] .+$'
flags: 'gm'
error: 'Your first line has to contain a commit prefix like "[FEATURE|BUGFIX|TASK|TEST|DOC|WIP]".'