Skip to content

Commit

Permalink
💚 ci: Git apparently converted emoji name to emoji
Browse files Browse the repository at this point in the history
  • Loading branch information
kokofixcomputers authored Dec 1, 2024
1 parent 6ebedc6 commit 79dd46b
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,39 +134,39 @@ jobs:
"title": "## Features",
"labels": [
"feat",
":sparkles: feat:",
":chart_with_upwards_trend: feat:",
":rocket: deploy:",
":alien: feat:",
":children_crossing: feat:",
":building_construction: refactor:",
":wheelchair: feat:",
":seedling: feat:",
":heavy_plus_sign: feat:",
":heavy_minus_sign: fix:",
":dizzy: feat:",
":money_with_wings: chore:",
":necktie: feat:",
":stethoscope: feat:",
":egg: feat:"
" feat:",
"📈 feat:",
"🚀 deploy:",
"👽️ feat:",
"🚸 feat:",
"🏗️ refactor:",
"♿️ feat:",
"🌱 feat:",
" feat:",
" fix:",
"💫 feat:",
"💸 chore:",
"👔 feat:",
"🩺 feat:",
"🥚 feat:"
]
},
{
"title": "## Fixes",
"labels": [
"fix",
":bug: fix:",
":adhesive_bandage: fix:",
":rotating_light: fix:",
":coffin: fix:",
":green_heart: ci:"
"🐛 fix:",
"🩹 fix:",
"🚨 fix:",
"⚰️ fix:",
"💚 ci:"
]
},
{ "title": "## Performance Improvements", "labels": [":zap: perf:" ] },
{ "title": "## Documentation", "labels": ["docs", ":memo: docs:" ] },
{ "title": "## Style Changes", "labels": ["style", ":art: style:" ] },
{ "title": "## Critical Fixes", "labels": [":ambulance: fix:", ":fire: fix:" ] },
{ "title": "## Breaking Changes", "labels": ["BREAKING CHANGE", ":boom: BREAKING CHANGE:" ] },
{ "title": "## Performance Improvements", "labels": ["⚡️ perf:" ] },
{ "title": "## Documentation", "labels": ["docs", "📝 docs:" ] },
{ "title": "## Style Changes", "labels": ["style", "🎨 style:" ] },
{ "title": "## Critical Fixes", "labels": ["🚑️ fix:", "🔥 fix:" ] },
{ "title": "## Breaking Changes", "labels": ["BREAKING CHANGE", "💥 BREAKING CHANGE:" ] },
{ "title": "## Other Changes", "labels": [] }
],
"ignore_labels": [],
Expand Down

0 comments on commit 79dd46b

Please sign in to comment.