fix: pr-autolabel 타입 미검출 시 기존 라벨 보존 - #90
Merged
Merged
Conversation
early-return을 제거 루프 앞으로 이동. CodeRabbit 리뷰 반영. Closes #89
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughPR 제목의 Conventional Commits prefix로부터 타입 라벨을 매핑할 수 없는 경우를 처리하는 가드 로직을 추가합니다. ChangesPR 자동라벨 워크플로우 수정
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3분 🚥 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 |
3 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #89
변경 내용
PR 제목에 Conventional 타입 prefix가 없을 때 기존 타입 라벨이 삭제되던 버그 수정 —
if (!target) return을 제거 루프 앞으로 이동해 라벨을 보존.CodeRabbit #86 리뷰 반영.
변경 유형
체크리스트
Summary by CodeRabbit
Chores