Uh oh!
There was an error while loading. Please reload this page.
ci: use GitHub-hosted runners in fork - #7
Conversation
Bugbot couldn't run - usage limit reachedBugbot is counted against Cursor usage for this user or team, and this run hit a usage or spend limit. A user or team admin can review and increase usage limits in the Cursor dashboard. (requestId: serverGenReqId_12958350-4c4b-41d8-9987-adf7275b61d8) |
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (6)
Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review. 📝 WalkthroughWalkthroughAll listed GitHub Actions workflows replace the ChangesRunner migration
Estimated code review effort: 1 (Trivial) | ~5 minutes Merge Risk:⚪ Minimal · up to This change moves CI jobs to GitHub-hosted runners so fork checks can execute; no actionable merge-blocking risk remains beyond normal checks and review. Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
Full details: Docstring CoverageExplanation No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check. Docstring coverage is scoped to functions touched by this diff. Analyzed 0 functions across 0 files. (6 skipped: 6 unsupported.) ✨ 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 |
Uh oh!
There was an error while loading. Please reload this page.
Summary
Verification
Note
Low Risk
Runner-label substitutions only; no application, secret, or test logic changes, with possible CI duration or queue behavior differences on GitHub-hosted runners.
Overview
Replaces private Depot runner labels with
ubuntu-latestacross six GitHub Actions workflows so CI can run on forks that do not have access to organization-owned runners.Affected jobs include main CI path-filtered work (migration order, harness-server, rust-api, slackbotv2, discordbot, githubbot, teamsbot), Console CI (Brakeman, importmap audit, RuboCop, tests), Console gem audit, docs build/deploy, PR audit (
cyclopslabel), and Helm chart release. Job steps, triggers, and conditions are unchanged—onlyruns-onvalues differ.publish-imagesis not modified here (fork-specific GHCR publishing is handled separately).Reviewed by Cursor Bugbot for commit 455d16e. Bugbot is set up for automated code reviews on this repo. Configure here.
Summary by CodeRabbit