From 8d3ce25eb2fb4af81f2dea113aceafd24d1f21d9 Mon Sep 17 00:00:00 2001 From: Abhiraj Roy <157954129+iconized@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:08:17 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=95docs(name):=20change=20to=20ezcommi?= =?UTF-8?q?ts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Abhiraj Roy <157954129+iconized@users.noreply.github.com> --- .github/workflows/commitizen.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/commitizen.yml b/.github/workflows/commitizen.yml index 58f63765..759e776f 100644 --- a/.github/workflows/commitizen.yml +++ b/.github/workflows/commitizen.yml @@ -1,4 +1,4 @@ -name: Commitizen Check on Push and Pull +name: EZCommits Check on Push and Pull on: push: @@ -10,7 +10,7 @@ on: jobs: commitizen_check: - name: Check Commitizen Commit on Push + name: Check EZCommits Commit on Push runs-on: ubuntu-latest steps: @@ -27,7 +27,7 @@ jobs: - name: Verify Commitizen Commit run: | - if git log --format='%s' ${{ github.event.before }}..${{ github.sha }} | grep -v '^(feat|fix|docs|style|refactor|perf|test|chore)(\(.+\))?: .+'; then + if git log --format='%s' ${{ github.event.before }}..${{ github.sha }} | grep -v '^(feat|fix|docs|style|refactor|perf|test|chore|wip|ci)(\(.+\))?: .+'; then echo "Invalid commit message found. Please use Commitizen convention." exit 1 fi