diff --git a/.github/workflows/configuration.json b/.github/workflows/configuration.json index 833a3a5..bf3597d 100755 --- a/.github/workflows/configuration.json +++ b/.github/workflows/configuration.json @@ -1,32 +1,84 @@ { "categories": [ { - "title": "## ๐Ÿš€ Features", - "labels": ["feat","feats","sparkles"] + "title": "## ๐Ÿš€ ๆ–ฐๅŠŸ่ƒฝ", + "labels": ["sparkles"] }, { - "title": "## \uD83C\uDF1F Optimizes", - "labels": ["art","zap","lipstick"] + "title": "## ๐ŸŒŸ ไผ˜ๅŒ–", + "labels": ["art", "zap", "lipstick", "recycle"] }, { - "title": "## ๐Ÿ› Fixes", - "labels": ["bug","fix","ambulance"] + "title": "## ๐Ÿ› ไฟฎๅค", + "labels": ["bug", "ambulance", "adhesive_bandage"] }, { - "title": "## ๐Ÿงช Tests", - "labels": ["๐Ÿงช","test","tests"] + "title": "## ๐Ÿ”ง ้…็ฝฎไธŽ่„šๆœฌ", + "labels": ["wrench", "hammer"] }, { - "title": "## ๐Ÿ’ฌ Other", - "labels": ["fire", "rocket","other","tada","construction_worker","green_heart"] + "title": "## ๐Ÿงช ๆต‹่ฏ•", + "labels": ["white_check_mark", "test_tube", "construction_worker"] }, { - "title": "## \uD83D\uDCD6 Docs", - "labels": ["doc","docs","memo"] + "title": "## ๐Ÿ“„ ๆ–‡ๆกฃ", + "labels": ["memo", "pencil2", "page_facing_up"] }, { - "title": "## ๐Ÿ“ฆ Dependencies", - "labels": ["dependencies","deps","arrow_down","arrow_up"] + "title": "## ๐Ÿ“ฆ ไพ่ต–", + "labels": ["arrow_down", "arrow_up", "pushpin", "heavy_plus_sign", "heavy_minus_sign"] + }, + { + "title": "## ๐Ÿ”ฅ ๅˆ ้™ค", + "labels": ["fire", "coffin", "wastebasket"] + }, + { + "title": "## ๐Ÿš€ ้ƒจ็ฝฒ", + "labels": ["rocket"] + }, + { + "title": "## ๐Ÿ’ป CI/CD", + "labels": ["green_heart", "construction_worker"] + }, + { + "title": "## ๐Ÿ” ๅฎ‰ๅ…จ", + "labels": ["lock", "closed_lock_with_key", "passport_control", "safety_vest"] + }, + { + "title": "## ๐Ÿ— ๆžถๆž„ไธŽๅŸบ็ก€่ฎพๆ–ฝ", + "labels": ["building_construction", "bricks", "technologist"] + }, + { + "title": "## ๐ŸŒ ๅ›ฝ้™…ๅŒ–ไธŽๆœฌๅœฐๅŒ–", + "labels": ["globe_with_meridians"] + }, + { + "title": "## ๐Ÿ” ๅˆ†ๆžไธŽไผ˜ๅŒ–", + "labels": ["chart_with_upwards_trend", "mag"] + }, + { + "title": "## ๐Ÿงน ไปฃ็ ๆธ…็†", + "labels": ["poop", "see_no_evil", "rewind", "boom"] + }, + { + "title": "## ๐Ÿ›  ๅผ€ๅ‘่€…ไฝ“้ชŒ", + "labels": ["technologist", "thread"] + }, + { + "title": "## ๐ŸŽจ ่ฎพ่ฎกไธŽ UI", + "labels": ["lipstick", "dizzy", "iphone", "clown_face"] + }, + { + "title": "## ๐Ÿงฉ ไธšๅŠก้€ป่พ‘", + "labels": ["necktie"] + }, + { + "title": "## ๐Ÿ’ฌ ๆ–‡ๆœฌไธŽๆ–‡ๆกˆ", + "labels": ["speech_balloon"] + }, + { + "title": "## ๐Ÿท ๆ ‡็ญพ", + "labels": ["label"] } ], "template": "${{CHANGELOG}}",