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' } ]; // λ§€μΉ­λ˜λŠ” 라벨 μ°ΎκΈ°