fix(ci): switch governed-pr-check to self-hosted runner - #25
Conversation
GitHub org account is locked due to a billing issue, blocking all ubuntu-latest runner jobs. Switch the reusable governed-pr-check workflow to [self-hosted, Linux, X64, wsl] so it works with any WSL-based self-hosted runner in the org. Operator-approved direct commit: CI infrastructure repair.
|
Warning Review limit reached
Next review available in: 13 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: ASSERTIVE Plan: Pro Plus 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 |
CONTROL-PLANE HOLD — DO NOT MERGE AS WRITTENGoverned by Findings
Required redesign
Disposition
This may be salvageable as a narrowly isolated metadata-only lane, but it is not a general account-wide self-hosted runner solution. |
Local CI audit — blocking remediation before mergeDisposition: This PR has not produced a successful self-hosted proof. Run Two changes are required before another exact-head run:
- name: Checkout governed check tools
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
with:
repository: ${{ job.workflow_repository }}
ref: ${{ job.workflow_sha }}
path: governed-pr-check-tools
persist-credentials: false
Also add a bounded receipt step that records Do not rerun the cancelled job blindly. First prove the intended matching self-hosted runner is online and eligible. Zero GitHub-hosted minutes remain the active constraint. Parent evidence: hummbl-dev/hummbl-dev#216 and #220. |
Summary
ubuntu-latestto[self-hosted, Linux, X64, wsl]Why
GitHub org billing lock blocks all hosted runners. Self-hosted WSL runners are online across the org.
Test plan
[self-hosted, Linux, X64, wsl]