Skip to content

Commit

Permalink
feat(ci): set pr-body-regex action input to *not* require commit body (
Browse files Browse the repository at this point in the history
  • Loading branch information
almaslennikov committed May 15, 2024
2 parents 2417937 + c447aca commit 4da62cd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/commit-msg-chk.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "Conventional Commit PR message check"
name: Conventional Commit PR message check

on:
pull_request:
Expand All @@ -12,3 +12,5 @@ jobs:
- name: check-for-cc
id: check-for-cc
uses: agenthunt/conventional-commit-checker-action@v2.0.0
with:
pr-body-regex: '.*'

0 comments on commit 4da62cd

Please sign in to comment.