Skip to content
This repository has been archived by the owner on Jan 25, 2024. It is now read-only.

chore(deprecated): Depreciation of the Twitter connector #71

chore(deprecated): Depreciation of the Twitter connector

chore(deprecated): Depreciation of the Twitter connector #71

name: 'Commit Message Check'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
jobs:
check-commit-message:
name: Check Commit Message
runs-on: ubuntu-latest
steps:
- name: Check Commit Type
uses: gsactions/commit-message-checker@v2
with:
pattern: '^\S+\((.+)\):\s(.+)$'
flags: 'gm'
error: 'Your first line has to matches the following pattern: type(category): description [flags], where flags is an optional coma separated list. Check the contributing guidlines for more details.'