feat: PR 알림 링크를 PR 루트 대신 코멘트/리뷰 위치로#6
Open
dohyun-ko wants to merge 1 commit into
Open
Conversation
PR 알림 title 의 'pull request' 링크를 PR root URL 대신 해당 코멘트/리뷰 anchor URL 로 변경. 리뷰가 많은 PR 에서 새로 등록된 리뷰 위치를 바로 찾을 수 있도록 개선. - IssueCommentCreated: event.Issue.GetHTMLURL → event.Comment.GetHTMLURL (#issuecomment-XYZ 앵커) - PullRequestReviewEventSubmitted: event.PullRequest.GetHTMLURL → event.Review.GetHTMLURL (#pullrequestreview-XYZ 앵커) inline diff 코멘트 (PullRequestReviewCommentEventCreated) 는 별도 PR 에서 이미 event.Comment.GetHTMLURL 사용. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
Walkthrough이벤트 콜백에서 메시지 제목에 포함되는 링크의 URL 소스를 변경했습니다. 이슈 댓글 메시지는 Issue에서 Comment로, 풀 리퀘스트 리뷰 메시지는 PullRequest에서 Review로 변경되어, 각 메시지가 더 정확한 엔티티로 직접 링크됩니다. ChangesEvent message link URL refactoring
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
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.
2022년 단테의 피드백 반영
https://channel.works/root/threads/groups/InHouse-66588/6243fac28cfc90440359/6243fac28cfc90440359
Summary
사용자 피드백 반영: PR 알림 title 의 'pull request' 링크를 PR root URL 대신 해당 코멘트/리뷰 anchor URL 로 변경. 리뷰가 많은 PR 에서 새로 등록된 코멘트 위치를 바로 찾을 수 있도록 개선.
Changes
Notes
Test plan
🤖 Generated with Claude Code
Summary by CodeRabbit
릴리스 노트