Jiseoup/showmycodePublic
EN|KO
  • 코드
  • 커밋
  • 풀 리퀘스트
← 목록으로
Merged

chore: add PR auto-labeler and update issue template labels

#37
JiseoupJiseoup · 2026년 6월 22일chore/pr-labeler-and-issue-labels → main
chore
개요커밋변경된 파일

What & Why

  • Add a GitHub Actions workflow to auto-label PRs based on title prefix (feat:, fix:, etc.).
  • Change feature request issue template label from feat to enhancement.
  • Change bug report issue template label from fix to bug.

Related Issue

N/A

How to Verify

  1. Open a PR with feat: prefix and verify feat label is auto-applied.
  2. Create an issue with Feature Request template and verify enhancement label is applied.
  3. Create an issue with Bug Report template and verify bug label is applied.

Checklist

  • PR title follows Conventional Commits (feat:, fix:, chore:, refactor:, docs:, i18n:)
  • Translations added to both locales/ko.json and locales/en.json (if UI text changed)
  • Tested on mobile viewport (if UI changed)