Closed
Conversation
Contributor
Author
|
@coderabbitai summary |
✅ Actions performedSummary regeneration triggered. |
|
Caution Review failedThe pull request is closed. WalkthroughGit 워크트리 자동화 스크립트와 명령어를 추가하고, GitHub Projects 동기화 워크플로우를 도입했습니다. .claude와 .cursor 디렉터리에 동일한 구조의 워크트리 관리 모듈과 문서를 배치했으며, 버전을 v1.0.16에서 v1.0.19로 업데이트했습니다. Changes
Sequence Diagram(s)sequenceDiagram
participant GitHub as GitHub (Issue/PR)
participant Workflow as Workflow Engine
participant GraphQL as GitHub GraphQL API
participant Project as Project V2
Note over GitHub,Project: Issue/PR 열림
GitHub->>Workflow: Trigger (issue opened, pull_request opened)
activate Workflow
Workflow->>GraphQL: add-to-project Action<br/>(GitHub token)
activate GraphQL
GraphQL->>Project: 이슈/PR을 프로젝트에 추가
Project-->>GraphQL: Success
GraphQL-->>Workflow: 결과 로그
deactivate GraphQL
Note over GitHub,Project: Label 추가/제거
GitHub->>Workflow: Trigger (issues labeled/unlabeled)
Workflow->>Workflow: STATUS_PRIORITY 기준<br/>목표 상태 결정
Workflow->>GraphQL: 프로젝트 조회<br/>(project URL)
activate GraphQL
GraphQL->>Project: 프로젝트 상세 정보 반환
GraphQL-->>Workflow: projectId, statusField, options
deactivate GraphQL
Workflow->>GraphQL: ProjectV2 아이템 조회<br/>(issue/PR ID)
activate GraphQL
GraphQL->>Project: 상태 필드 옵션 ID 조회
GraphQL-->>Workflow: itemId, targetOptionId
deactivate GraphQL
Workflow->>GraphQL: updateProjectV2ItemFieldValue<br/>(mutation)
activate GraphQL
GraphQL->>Project: 상태 필드 값 업데이트
Project-->>GraphQL: Success
GraphQL-->>Workflow: 업데이트 확인
deactivate GraphQL
Note over GitHub,Project: Issue/PR 종료
GitHub->>Workflow: Trigger (issue closed, pull_request closed)
Workflow->>GraphQL: 프로젝트 아이템 위치 파악<br/>+ 완료 상태 옵션 ID 조회
activate GraphQL
GraphQL->>Project: DONE_STATUS로 상태 변경
Project-->>GraphQL: Success
GraphQL-->>Workflow: 최종 확인
deactivate GraphQL
Workflow-->>GitHub: 워크플로우 완료
deactivate Workflow
Estimated code review effort🎯 4 (Complex) | ⏱️ ~60 minutes Possibly related PRs
✨ Finishing touches
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 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.
Summary by CodeRabbit
릴리스 노트
새로운 기능
문서화
기타
✏️ Tip: You can customize this high-level summary in your review settings.