Skip to content

chore: 라벨 이모지 제거에 맞춰 자동화/문서 참조 갱신#100

Merged
6-keem merged 2 commits into
mainfrom
chore/label-no-emoji
Jun 13, 2026
Merged

chore: 라벨 이모지 제거에 맞춰 자동화/문서 참조 갱신#100
6-keem merged 2 commits into
mainfrom
chore/label-no-emoji

Conversation

@6-keem

@6-keem 6-keem commented Jun 13, 2026

Copy link
Copy Markdown
Member

Closes #99

변경 내용

라벨에서 이모지를 모두 제거(예: 🐛 bugbug)한 것에 맞춰, 라벨 이름을 정확히 참조하는 곳을 갱신.

  • pr-autolabel.yml 타입→라벨 매핑
  • bug_report.yml / feature_request.yml labels
  • issue-dedup.yml possible-duplicate 라벨
  • create-issue / create-pr 스킬 문서

라이브 라벨은 이미 이모지 제거 완료. 템플릿 표시이름·PR 체크리스트의 이모지는 라벨이 아니라 장식이므로 유지.

변경 유형

  • ⚙️ 빌드/CI

체크리스트

Summary by CodeRabbit

릴리스 노트

  • Documentation

    • Issue 및 PR 라벨 표기 가이드를 업데이트하여 이모지 기반 표현을 제거했습니다.
  • Chores

    • GitHub Issue 템플릿 및 자동화 워크플로우의 라벨 형식을 통일하여 이모지 접두사 없는 순수 텍스트(예: bug, feat, docs 등)로 변경했습니다.

- pr-autolabel 매핑, 이슈 템플릿 labels, issue-dedup, create-issue/create-pr 스킬을
  이모지 없는 라벨 이름(bug/feat/docs/chore/ci/refactor/possible-duplicate)으로 갱신

Closes #99
@coderabbitai

coderabbitai Bot commented Jun 13, 2026

Copy link
Copy Markdown

Review Change Stack

Important

Review skipped

Auto incremental reviews are disabled on this repository.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 39b0c9c2-073b-44f5-bf8c-296f01a069ee

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
📝 Walkthrough

워크스루

이 PR은 가독성 개선을 위해 GitHub 라벨에서 이모지 접두를 제거하고, 해당 라벨 이름을 참조하는 모든 자동화(워크플로우), 템플릿, 문서를 일관되게 업데이트합니다. PR 자동 라벨링, 이슈 템플릿 기본값, 이슈 중복 탐지 봇, 스킬 가이드 문서 등 6개 파일이 영향을 받습니다.

변경 사항

라벨 이모지 제거 및 자동화 일관성

레이어 / 파일 요약
PR 자동 라벨 매핑 업데이트
.github/workflows/pr-autolabel.yml
PR 제목에서 추출한 커밋 타입(feat, bug, docs, refactor, perf, test, chore, ci, style)을 라벨로 매핑하는 맵에서 이모지 접두를 제거합니다. 예: ✨ featfeat, 🐛 bugbug.
이슈 템플릿 기본 라벨 업데이트
.github/ISSUE_TEMPLATE/bug_report.yml, .github/ISSUE_TEMPLATE/feature_request.yml
버그 리포트 템플릿의 기본 라벨을 ['🐛 bug']['bug']로, 기능 요청 템플릿의 기본 라벨을 ['✨ feat']['feat']로 수정합니다.
이슈 워크플로우 및 스킬 문서 라벨 참조 업데이트
.github/workflows/issue-dedup.yml, .claude/skills/create-issue/SKILL.md, .claude/skills/create-pr/SKILL.md
이슈 중복 탐지 워크플로우에서 추가하는 라벨을 👀 possible-duplicatepossible-duplicate로 변경하고, 스킬 문서의 라벨 매핑 표와 가이드 텍스트에서 이모지를 제거합니다.

🎯 2 (Simple) | ⏱️ ~12분

관련 PR

  • hs-shell/dotbugi#90: pr-autolabel.yml의 라벨 매핑 로직에서 기존 라벨 보존 조건과 직접 맞물립니다.
  • hs-shell/dotbugi#95: .claude/skills/create-issue/SKILL.md와 이슈 템플릿 라벨 적용 방식에서 동일 영역의 변경이 있습니다.

제안 라벨

⚙️ ci

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed PR 제목은 라벨 이모지 제거에 맞춰 자동화/문서 참조를 갱신한다는 주요 변경 사항을 명확하게 설명하고 있습니다.
Linked Issues check ✅ Passed PR의 모든 변경 사항이 #99 이슈의 요구 사항을 충족하고 있습니다. pr-autolabel.yml, bug_report.yml, feature_request.yml, issue-dedup.yml, 스킬 문서의 라벨 이모지가 모두 제거되었습니다.
Out of Scope Changes check ✅ Passed 모든 파일 변경이 #99 이슈에서 명시된 범위 내에 있으며, 라벨 이모지 제거 관련 참조 갱신만 포함되어 있습니다.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch chore/label-no-emoji

Comment @coderabbitai help to get the list of available commands and usage tips.

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.claude/skills/create-issue/SKILL.md:
- Around line 15-17: Remove the trailing spaces inside the inline code spans on
the affected lines so the code spans contain only the prefix tokens (e.g. change
"`[Bug] `" to "`[Bug]`", "`[Feat] `" to "`[Feat]`", and "`[Task] `" to
"`[Task]`"); then move the explanatory text about “제목 prefix는 공백 포함” out of the
code span into normal text adjacent to those table cells (so the table cells
hold only the code spans and any descriptive note appears as plain text
elsewhere) to satisfy MD038 (`no-space-in-code`) while preserving the same
visible content.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: f6acc762-4658-47ba-95e9-e6a046bed2b5

📥 Commits

Reviewing files that changed from the base of the PR and between c7bb0ad and 3dfb603.

📒 Files selected for processing (6)
  • .claude/skills/create-issue/SKILL.md
  • .claude/skills/create-pr/SKILL.md
  • .github/ISSUE_TEMPLATE/bug_report.yml
  • .github/ISSUE_TEMPLATE/feature_request.yml
  • .github/workflows/issue-dedup.yml
  • .github/workflows/pr-autolabel.yml

Comment thread .claude/skills/create-issue/SKILL.md Outdated
@6-keem 6-keem merged commit a02f7ab into main Jun 13, 2026
4 checks passed
@6-keem 6-keem deleted the chore/label-no-emoji branch June 13, 2026 22:10
@6-keem 6-keem added chore 빌드/도구/설정 등 잡일 and removed 🧹 chore labels Jun 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore 빌드/도구/설정 등 잡일

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task] 라벨 이모지 제거에 맞춰 자동화 참조 갱신

1 participant