Skip to content

ci: use GitHub-hosted ubuntu-latest runners#34

Merged
GeiserX merged 1 commit into
mainfrom
ci/use-github-hosted-runners
Jun 23, 2026
Merged

ci: use GitHub-hosted ubuntu-latest runners#34
GeiserX merged 1 commit into
mainfrom
ci/use-github-hosted-runners

Conversation

@GeiserX

@GeiserX GeiserX commented Jun 23, 2026

Copy link
Copy Markdown
Owner

Summary

Switches self-hosted Linux CI jobs to GitHub-hosted ubuntu-latest.

Why

GitHub-hosted standard runners are free and unlimited on public repos. Moving CI off the home-lab self-hosted runners:

  • frees my servers from CI load,
  • runs PR code in throwaway isolated VMs (removes the fork-PR attack surface entirely),
  • costs $0 on public repos.

The earlier self-hosted fork-guard if: is removed (no longer needed on hosted runners). Any macOS/Windows self-hosted jobs (desktop builds) are left unchanged.

Public repos get free, unlimited standard GitHub-hosted runners. Move
self-hosted Linux CI jobs to ubuntu-latest: frees the home-lab servers,
runs PR code in throwaway isolated VMs (removing the fork-PR attack
surface), and costs nothing on public repos. The previous self-hosted
fork-guard is removed as it is no longer needed.
@coderabbitai

coderabbitai Bot commented Jun 23, 2026

Copy link
Copy Markdown

Warning

Review limit reached

@GeiserX, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 15 minutes and 27 seconds. Learn how PR review limits work.

Your organization has used up its prepaid credits, and credit purchases are no longer available. Enable the review add-on in the billing tab to keep reviews running — you're only billed for reviews past your plan's rate limits ($0.25/file).

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 credits.

🚦 How do rate limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan refill rate.

For paid Pro and Pro+ PR reviews, CodeRabbit uses rolling per-developer review limits. Reviews become available again as older review attempts age out of the rolling limit window.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

Run ID: a2ed0be5-2d67-4ce2-8120-7fac806bd2d0

📥 Commits

Reviewing files that changed from the base of the PR and between 51218b1 and 423f22c.

📒 Files selected for processing (4)
  • .github/workflows/docker-publish.yml
  • .github/workflows/dockerhub-description.yml
  • .github/workflows/stale.yml
  • .github/workflows/tests.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch ci/use-github-hosted-runners

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.

@GeiserX GeiserX merged commit 55555dd into main Jun 23, 2026
5 checks passed
@GeiserX GeiserX deleted the ci/use-github-hosted-runners branch June 23, 2026 10:40
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.

1 participant