From b40bc2838a016b4c26447da64d54c43223d00092 Mon Sep 17 00:00:00 2001 From: iabdalkader Date: Tue, 18 Mar 2025 17:08:53 +0100 Subject: [PATCH] misc: Update commit message workflow --- .github/workflows/commit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/commit.yml b/.github/workflows/commit.yml index 1e4c306f2..6c8afe9ad 100644 --- a/.github/workflows/commit.yml +++ b/.github/workflows/commit.yml @@ -17,9 +17,9 @@ jobs: - name: '📜 Check commit messages format' uses: gsactions/commit-message-checker@v2 with: - pattern: '^[^!]+: [A-Za-z]+.+ .+\.$' + pattern: '^[^!]+: [A-Za-z]+.+ .+$' flags: 'gm' - error: 'Commit subject line must match the following pattern: : .' + error: 'Commit subject line must match the following pattern: : ' excludeTitle: 'false' excludeDescription: 'true' checkAllCommitMessages: 'true'