fix(ci): bind review-fix scheduler runtime to immutable workflow SHA - #708
fix(ci): bind review-fix scheduler runtime to immutable workflow SHA#708seonghobae wants to merge 2 commits into
Conversation
|
Warning Review limit reached
Next review available in: 44 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: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
Comment |
|
Closing as superseded by #704. GitHub's current Actions context reference explicitly supports checking out reusable-workflow co-located files with |
Pull request was closed
What
Bind
pr-review-fix-scheduler.ymlruntime code checkout to the immutable commit SHA of the called reusable workflow instead of mutable.github@main.canonical_refremains backward-compatible as an optional equality assertion: when supplied by a source-pinned caller, it must match the resolved called-workflow SHA and cannot select another ref.Why
A caller may pin the reusable workflow entrypoint to a reviewed commit while the current implementation still checks out scheduler Python from mutable
main. That creates review-to-execution drift and makes downstream claims of immutable central logic incorrect.Security
CANONICAL_REF: main.Verification
Unblocks the source-pinned hourly BandScope maintenance caller.