PR 봇 스레드 팀 노출·이슈 임베드 억제·머지 스레드 글쓰기 허용 + 기존 스레드 백필 - #703
Conversation
클라(fe-pr) 봇에 반영한 스레드 UX 개선을 서버 봇에도 맞춘다. - 스레드 생성 직후 팀원 전원을 thread-members 로 추가 — 공개 스레드는 멤버만 사이드바에 떠서 팀이 남의 PR 스레드를 못 보던 문제 해소(멘션과 달리 조용한 목록 추가) - 연관 이슈 링크 URL 을 <> 로 감싸 Discord 임베드 카드 억제(카드가 부모 카드 본문을 밀어냄) - 머지 스레드는 archived 만 유지하고 locked 제거 — 닫히되(목록 접힘) 글은 쓸 수 있게 - backfill-threads 잡(workflow_dispatch): 기존 스레드 일괄 통일 — 열린 PR 팀원 추가, 머지 PR ✅+닫힘, 미머지 🗑️+닫힘. 과거 find_meta 버그로 안 닫힌 스레드까지 소급 정리(멱등)
|
Warning Review limit reached
Next review available in: 20 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
|
Discord 스레드 연동용 메타데이터입니다. discord-pr-bot 워크플로가 자동 생성하며, 수정·삭제하면 PR 과 Discord 알림 연동이 끊깁니다. |
Situation
find_meta버그(PR 봇 find_meta 가 리뷰 코멘트를 metadata 로 오인하던 버그 수정 #674 이전, 파일명을 언급한 리뷰 코멘트를 잡아 message_id 가 비던 문제)로 close 정리가 스킵된 PR 들의 스레드가 안 닫힌 채 남아 있다.Task
Action
상시 동작 (봇)
<>로 감싸 큰 임베드 카드를 없앤다. 클릭은 유지되고 PR 타이틀 카드는 그대로 뜬다.archived만 두고locked를 뺀다. 목록에선 접혀 닫힌 상태지만, 글을 쓰면 다시 열려 논의가 가능하다.일회성 백필 (수동 실행)
backfill-threads잡을workflow_dispatch로 추가한다. Actions 에서 Run workflow 로 한 번 돌리면 기존 스레드를 아래처럼 통일한다.find_meta버그로 안 닫힌 스레드까지 소급 정리한다. 멱등이라 재실행해도 안전하다.Result
연관 이슈