chore: 라벨 이모지 제거에 맞춰 자동화/문서 참조 갱신#100
Conversation
- pr-autolabel 매핑, 이슈 템플릿 labels, issue-dedup, create-issue/create-pr 스킬을 이모지 없는 라벨 이름(bug/feat/docs/chore/ci/refactor/possible-duplicate)으로 갱신 Closes #99
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
📝 Walkthrough워크스루이 PR은 가독성 개선을 위해 GitHub 라벨에서 이모지 접두를 제거하고, 해당 라벨 이름을 참조하는 모든 자동화(워크플로우), 템플릿, 문서를 일관되게 업데이트합니다. PR 자동 라벨링, 이슈 템플릿 기본값, 이슈 중복 탐지 봇, 스킬 가이드 문서 등 6개 파일이 영향을 받습니다. 변경 사항라벨 이모지 제거 및 자동화 일관성
🎯 2 (Simple) | ⏱️ ~12분 관련 PR
제안 라벨
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
There was a problem hiding this comment.
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
📒 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
CodeRabbit 리뷰 반영 (#100)
Closes #99
변경 내용
라벨에서 이모지를 모두 제거(예:
🐛 bug→bug)한 것에 맞춰, 라벨 이름을 정확히 참조하는 곳을 갱신.pr-autolabel.yml타입→라벨 매핑bug_report.yml/feature_request.ymllabelsissue-dedup.ymlpossible-duplicate 라벨create-issue/create-pr스킬 문서변경 유형
체크리스트
Summary by CodeRabbit
릴리스 노트
Documentation
Chores
bug,feat,docs등)로 변경했습니다.