test(web): AI 리뷰 resolve 스모크 검증 - #9
Merged
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
WhyLog AI 리뷰결과: ✅ 차단 항목 없음 · 모델: Google AI 리뷰 워크플로우의 GITHUB_TOKEN 환경변수 설정 변경 건을 확인했습니다. 차단 항목은 없으며 외부 포크(fork) 환경 및 토큰 폴백 동작에 대한 제안 항목만 포함합니다. PR 리뷰 문서: 차단없음 제안
이 코멘트는 새 실행 때 갱신됩니다. 차단 항목은 사람이 타당성을 확인한 뒤 수정하세요. |
whylog-dev
reviewed
Aug 9, 2026
| OPENROUTER_API_KEY: ${{ secrets.OPENROUTER_API_KEY }} | ||
| AI_REVIEW_PUSH_TOKEN: ${{ secrets.AI_REVIEW_PUSH_TOKEN }} | ||
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
| GITHUB_TOKEN: ${{ secrets.AI_REVIEW_PUSH_TOKEN }} |
Contributor
There was a problem hiding this comment.
WhyLog AI 리뷰
- 제안: 시크릿 미전달 환경에서의 GITHUB_TOKEN 폴백 고려
- 이유: GITHUB_TOKEN 환경변수에 커스텀 시크릿(AI_REVIEW_PUSH_TOKEN)을 직접 할당하면, 외부 포크 PR 등 시크릿 접근 권한이 없는 환경 실행 시 GITHUB_TOKEN이 빈 값이 되어 GitHub API 호출에 실패할 수 있습니다.
- 근거:
GitHub Actions 기본 GITHUB_TOKEN 권한 및 시크릿 접근 정책 - 제안 수정: ai_review.py 내부에서 AI_REVIEW_PUSH_TOKEN을 우선 참조하고 값이 없을 경우 GITHUB_TOKEN을 사용하는 방식을 권장합니다.
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.
작업내용
포함된 영역
예측 (작업 초기 PR 생성 시 작성)
결과 (머지 전 작성)
GITHUB_TOKEN은 인라인 코멘트를 작성할 수 있었지만 review thread resolve 권한은 없었음검증 결과
updatedAt이 그대로 유지됨whylog-dev에 의해 자동 resolve됨리뷰 요청
docs/pr-reviews/PR-9.md만 포함하는지 확인메모