From 58031f2a676c9b09a1c2a4bfe018ef691de5ea7d Mon Sep 17 00:00:00 2001 From: Jiyong Jung Date: Thu, 26 Mar 2026 20:05:37 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20PR=20=EB=9D=BC=EB=B2=A8=EB=9F=AC=20?= =?UTF-8?q?=EC=9D=B4=EB=AA=A8=EC=A7=80=20=EC=A0=9C=EA=B1=B0=20-=20#223?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/labeler.yml | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index 28b9a47c..0294c7b9 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -21,14 +21,13 @@ jobs: console.log(`πŸ“‹ PR Title: ${title}`); const labelMap = [ - { pattern: /^feat:/i, label: '✨ feat' }, - { pattern: /^fix:/i, label: '🐞 fix' }, - { pattern: /^refactor:/i, label: 'πŸ”¨ refactor' }, - { pattern: /^docs:/i, label: 'πŸ“ƒ docs' }, - { pattern: /^chore:/i, label: 'βš™οΈ chore' }, - { pattern: /^test:/i, label: 'βœ… test' }, - { pattern: /^style:/i, label: '🎨 style' }, - { pattern: /^qa:/i, label: 'πŸ› οΈ qa' } + { pattern: /^feat:/i, label: 'feat' }, + { pattern: /^fix:/i, label: 'fix' }, + { pattern: /^refactor:/i, label: 'refactor' }, + { pattern: /^docs:/i, label: 'docs' }, + { pattern: /^chore:/i, label: 'chore' }, + { pattern: /^test:/i, label: 'test' }, + { pattern: /^style:/i, label: 'style' } ]; // λ§€μΉ­λ˜λŠ” 라벨 μ°ΎκΈ°