Skip to content

feat: restore hourly protected review caller - #798

Closed
seonghobae wants to merge 1 commit into
mainfrom
feat/hourly-review-caller-central-1170
Closed

feat: restore hourly protected review caller#798
seonghobae wants to merge 1 commit into
mainfrom
feat/hourly-review-caller-central-1170

Conversation

@seonghobae

@seonghobae seonghobae commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Customer-visible outcome

Restore one bounded hourly review/product-gap loop in the target repository. At minute 07, the caller invokes the central .github reusable scheduler for at most one PR and one dispatch, preserves long-running reviews, and forwards only the established scheduler credentials. It never uses COPILOT_GITHUB_TOKEN, secrets: inherit, or a manual branch-selection entry point.

Integration boundary

  • Central owner: ContextualWisdomLab/.github PR #1170
  • Target gateway prerequisite: contextual-orchestrator PR feat: add contextual review gateway bootstrap #790 at 0071751782ae535721e71785c3037989d2d27b77
  • The central workflow remains authoritative for current-head validation, review identity, Checks, and protected merge.

Verification

  • actionlint .github/workflows/contextual-orchestrator-hourly-review-repair.yml — passed
  • uv run --no-project --with pytest==9.0.3 pytest -q tests/test_hourly_review_scheduler_contract.py — 2 passed
  • git diff --check — passed

Please review this exact head and run protected Checks. Do not merge without independent approval, resolved threads, and terminal required Checks.


Open in Devin Review

@coderabbitai

coderabbitai Bot commented Aug 21, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@seonghobae, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 2 minutes

Limit details: You’ve used the included review currently available.

You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository.

How can I continue?

Wait for the limit to reset, then comment @coderabbitai review or push new commits to the PR.

An organization admin can change what happens after included review limits in Billing.

How do review limits work?

CodeRabbit enforces per-developer PR review limits within each organization.

For paid Pro and Pro+ reviews, CodeRabbit uses a developer's included PR review attempts over the past 7 days to set the current hourly allowance. At typical activity levels, the full plan allowance applies. Higher sustained activity can lower the allowance until earlier attempts leave the 7-day window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 09ecfc8d-62de-410c-8f61-a9800f245ce2

📥 Commits

Reviewing files that changed from the base of the PR and between e226e11 and b0b043d.

📒 Files selected for processing (4)
  • .github/workflows/contextual-orchestrator-hourly-review-repair.yml
  • docs/doctoring/contextual-orchestrator-hourly-review-caller.md
  • docs/planning/adrs/0028-hourly-review-loop.md
  • tests/test_hourly_review_scheduler_contract.py

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@seonghobae
seonghobae enabled auto-merge (squash) August 21, 2026 00:36

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 2 additional findings.

Open in Devin Review

@seonghobae

Copy link
Copy Markdown
Contributor Author

Reviewed exact current HEAD b0b043d. This caller duplicates the live central scheduler PR ContextualWisdomLab/.github#1178, which already owns the same target repository, reusable pr-review-fix-scheduler path, bounded dispatch, and hourly cadence and is auto-squash armed. Keeping both would dispatch two independent hourly loops against the same PR queue. The target-local predecessor #797 and superseded central #1183 were already closed for this ownership reason. No source correction is needed in this duplicate; close this PR and keep #1178 as the single scheduler authority.

@seonghobae seonghobae closed this Aug 21, 2026
auto-merge was automatically disabled August 21, 2026 00:44

Pull request was closed

permissions:
contents: read
id-token: write
uses: ContextualWisdomLab/.github/.github/workflows/pr-review-fix-scheduler.yml@main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants