From e2474f87c0159c45f7320d4b246e84860260e3dc Mon Sep 17 00:00:00 2001 From: indextrown Date: Tue, 7 Apr 2026 19:15:04 +0900 Subject: [PATCH] =?UTF-8?q?ci:=20custom=20label=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/labels.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 .github/labels.json diff --git a/.github/labels.json b/.github/labels.json new file mode 100644 index 0000000..649494a --- /dev/null +++ b/.github/labels.json @@ -0,0 +1,42 @@ +[ + { + "name": "✨ feature", + "color": "a2eeef", + "description": "새로운 기능 개발을 위한 이슈" + }, + { + "name": "🔧 fix", + "color": "d73a4a", + "description": "일반적인 버그 수정 이슈" + }, + { + "name": "🔥 hotfix", + "color": "b60205", + "description": "긴급하게 처리해야 하는 치명적 버그 수정" + }, + { + "name": "⚙️ chore", + "color": "D4C5F9", + "description": "기타 작업 관련 이슈" + }, + { + "name": "🔨 refactor", + "color": "C5DEF5", + "description": "코드 리팩토링 작업 이슈" + }, + { + "name": "✅ test", + "color": "ccffc4", + "description": "테스트 코드 작성 관련 이슈" + }, + { + "name": "📃 docs", + "color": "1D76DB", + "description": "문서 작성 및 수정 관련 이슈(README.md 등)" + }, + { + "name": "🤖 ci", + "color": "5319E7", + "description": "CI/CD 및 GitHub Actions 관련 작업" + } +] \ No newline at end of file