Merged
Conversation
Serena MCP 서버 파일(.serena/, .mcp.json, tslint.json)을 gitignore에 추가하고 기존 tracked 파일을 제거합니다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
기존 SHA(a29f8bd3)가 더 이상 접근 불가하여 워크플로우가 실패하던 문제를 v4.0.0 정식 릴리스 SHA로 교체하여 수정합니다. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- 러너를 kakaostyle-gha-runner-arm64로 변경 - 타이틀 매칭을 startsWith → contains로 완화 - action 버전을 태그 참조(v4)로 단순화 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
self-hosted runner(kakaostyle-gha-runner-arm64)가 이 repo에 등록되어 있지 않아 job이 queued 상태에서 무한 대기하는 문제 수정. ubuntu-latest + permissions 블록 추가. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
push 시에도 워크플로우가 실행되도록 synchronize 타입 추가. Co-Authored-By: Claude Opus 4.6 <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.
Summary
.serena/,.mcp.json,tslint.json등 로컬 설정 파일을.gitignore에 추가하고 기존 tracked 파일 제거kakaostyle-gha-runner-arm64로 변경, 타이틀 매칭을contains로 완화, action 참조를 태그(v4)로 단순화Test plan
git status에서.serena/파일이 더 이상 추적되지 않음을 확인