Skip to content

Commit

Permalink
chore: enforce PR title and body follow conventional commit (#103)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard authored Jan 6, 2022
1 parent f2d11a6 commit 1feb0b4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/commit-message-check-format.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Commit Message format check

on:
pull_request:
branches: [master]
types: [opened, edited, synchronize]

jobs:
check-for-cc:
runs-on: ubuntu-20.04
steps:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/conventional-commit-checker-action@v1.0.0
with:
pr-body-regex: '(.*\n*)+(.*)'

0 comments on commit 1feb0b4

Please sign in to comment.