From 4ab67b91ad10c8e121a39dc17f984b5ba2260b8d Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Thu, 28 Nov 2024 09:09:15 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(=5Femojis):=20set=20emojis?= =?UTF-8?q?=202.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/commitizen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commitizen.yml b/.github/workflows/commitizen.yml index 5cda42d..fee284c 100644 --- a/.github/workflows/commitizen.yml +++ b/.github/workflows/commitizen.yml @@ -19,7 +19,7 @@ jobs: - name: Check Conventional Commit run: | # Define the conventional commit types with emojis - TYPES=("๐ŸŽ‰ feat" "๐Ÿž fix" "๐Ÿ“š docs" "๐Ÿ’… style" "๐Ÿ”จ refactor" "โšก๏ธ perf" "๐Ÿงช test" "๐Ÿ› ๏ธ build" "๐Ÿค– ci" "๐Ÿงน chore" "โช๏ธ revert") + TYPES=("๐Ÿš€ feat" "๐Ÿ› fix" "๐Ÿ“ docs" "โœจ style" "๐Ÿ›  refactor" "โšก๏ธ perf" "๐Ÿ”ฌ test" "๐Ÿ”ง build" "๐Ÿค– ci" "๐Ÿงน chore" "โช revert") # Extract the commit type and emoji from the commit message COMMIT_MSG=$(git log --format=%B -n 1)