mirror of
https://github.com/Snigdha-OS/snigdhaos-arctic.git
synced 2025-09-05 13:36:37 +02:00
🤖 ci(_adjust): new emojis
This commit is contained in:
2
.github/workflows/cz.yml
vendored
2
.github/workflows/cz.yml
vendored
@@ -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)
|
||||
|
Reference in New Issue
Block a user