test: add draft to ready workflow test file#7
Conversation
Test scenario 2: Draft PR to Ready conversion - Validate no review on draft creation - Validate review triggers on ready_for_review event - Ensure no duplicate reviews occur Testing workflow conditional logic: (github.event.action == 'opened' && draft == false) || github.event.action == 'ready_for_review' 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
📝 PR 리뷰이 PR을 검토했습니다. 워크플로우 테스트 목적의 파일이지만, 프로젝트의 코드 품질 기준을 위반하는 몇 가지 중요한 문제를 발견했습니다. 🔴 심각한 문제 (Critical Issues)1. console.log 직접 사용 금지 위반 (test-draft-workflow.ts:7)문제: 프로젝트의 CLAUDE.md에 명시된 규칙을 위반하고 있습니다:
ESLint 설정( 해결 방법: import { logger } from '@/lib/logger';
logger.info('Testing Draft -> Ready PR workflow');
|
Test scenario 2: Draft PR to Ready conversion
Testing workflow conditional logic:
(github.event.action == 'opened' && draft == false) || github.event.action == 'ready_for_review'
🤖 Generated with Claude Code