diff --git a/.github/workflows/commit-message-check.yaml b/.github/workflows/commit-message-check.yaml index f5cb79d964..8cb4bc4583 100644 --- a/.github/workflows/commit-message-check.yaml +++ b/.github/workflows/commit-message-check.yaml @@ -28,6 +28,12 @@ jobs: with: commits: ${{ steps.get-pr-commits.outputs.commits }} + - name: Commit Body Missing Check + if: ${{ success() || failure() }} + uses: tim-actions/commit-body-check@v1.0.2 + with: + commits: ${{ steps.get-pr-commits.outputs.commits }} + - name: Check Subject Line Length uses: tim-actions/commit-message-checker-with-regex@v0.3.1 with: