From 5c0d4fa83a0c4d519ea8c2bef7af1b9883538a52 Mon Sep 17 00:00:00 2001 From: Eshan Roy Date: Sat, 14 Dec 2024 02:05:37 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20ci(=5Fadjust):=20new=20emojis?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cz.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cz.yml b/.github/workflows/cz.yml index 5cda42d..fee284c 100644 --- a/.github/workflows/cz.yml +++ b/.github/workflows/cz.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)