From 79dd46b72a0ce5767ee0dfdc53c532f417ce0b5d Mon Sep 17 00:00:00 2001 From: kokodev Date: Sat, 30 Nov 2024 20:57:00 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20ci:=20Git=20apparently=20convert?= =?UTF-8?q?ed=20emoji=20name=20to=20emoji?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 50 +++++++++++++++++++------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7394f14..0abb233 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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": [],