Skip to content

[TASK] add and modify video-solution from Nira, add poster image field. Add bg-video-heroimage section #2

[TASK] add and modify video-solution from Nira, add poster image field. Add bg-video-heroimage section

[TASK] add and modify video-solution from Nira, add poster image field. Add bg-video-heroimage section #2

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:
name: 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]".'