docs(workflow): re-request CodeRabbit after every push, wait 10 min before triaging#21
docs(workflow): re-request CodeRabbit after every push, wait 10 min before triaging#21cristim wants to merge 1 commit into
Conversation
…efore triaging After every push to an open PR branch, re-request @coderabbitai review and at the same time arm a ~10-minute timer before reading or triaging CR comments, since CodeRabbit needs several minutes to post and triaging earlier just reads a stale or absent review. - cr-watch (§2) now waits ~10 min after the trigger before its first read, then polls 60-120s; arm via ScheduleWakeup or a no-op-until-elapsed cron. - Post-push callout: re-request CR and arm the timer together on every PR-branch push, not only at PR creation. - §3 re-ping: every fix push restarts the same give-CR-time clock.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughDocumentation refinements to the CodeRabbit post-PR review loop in ChangesCodeRabbit Review Loop Timing
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
After every push to an open PR branch, re-request
@coderabbitai reviewand at the same time arm a ~10-minute timer before reading/triaging CR comments, since CodeRabbit needs several minutes to post and triaging earlier just reads a stale or absent review.ScheduleWakeupor a no-op-until-elapsed cron; don't block the session spinning.Builds on the just-merged CR-pattern-memory work (#20).
Summary by CodeRabbit