fix: fork PR 지원을 위한 Claude Code 워크플로우 수정#13
Merged
haedoang merged 1 commit intoGrowing-Up-Together:masterfrom Jan 17, 2026
Merged
fix: fork PR 지원을 위한 Claude Code 워크플로우 수정#13haedoang merged 1 commit intoGrowing-Up-Together:masterfrom
haedoang merged 1 commit intoGrowing-Up-Together:masterfrom
Conversation
Add GitHub Actions workflow for Claude Code integration to enable automated code assistance through @claude mentions in issues and pull requests. Features: - Trigger Claude on issue comments, PR comments, and PR reviews - Configure permissions for repository access and CI results - Support customizable trigger phrases and assignee triggers Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
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.
개요
fork 저장소에서 upstream으로 보내는 PR에서 Claude Code가 정상 작동하도록 GitHub Actions 워크플로우를 수정합니다.
문제 상황
에러
원인
haedoang/orderstream(fork, ORD-5 브랜치 존재) →Growing-Up-Together/orderstream(upstream, ORD-5 브랜치 없음)git fetch origin ORD-5실행 시 브랜치를 찾을 수 없음해결 방법
변경 사항
actions/checkout@v5단계 삭제기술적 배경
테스트 계획
참고 자료
🤖 Generated with Claude Code