feat: opt into Blacksmith Linux runners#14
Conversation
Set use-blacksmith: true on the buildspace workflow calls (release and check-readme) so jobs run on blacksmith-4vcpu-ubuntu-2404 instead of ubuntu-latest. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To keep reviews running without waiting, you can enable usage-based add-on for your organization. This allows additional reviews beyond the hourly cap. Account admins can enable it under billing. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Review rate limit: 0/5 reviews remaining, refill in 7 minutes and 28 seconds. Comment |
There was a problem hiding this comment.
Pull request overview
This PR opts the repository’s reusable Buildspace GitHub Actions workflows into running on Blacksmith Linux runners by passing use-blacksmith: true to the called workflows, aligning CI execution with blacksmith-4vcpu-ubuntu-2404 instead of ubuntu-latest.
Changes:
- Pass
use-blacksmith: trueto the reusable Buildspacerelease.yamlworkflow call. - Pass
use-blacksmith: trueto the reusable Buildspacecheck-readme.yamlworkflow call.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/release.yaml | Adds use-blacksmith: true to the reusable release workflow inputs. |
| .github/workflows/check-readme.yaml | Adds use-blacksmith: true to the reusable README-check workflow inputs. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Set use-blacksmith: true on the buildspace workflow calls (release and
check-readme) so jobs run on blacksmith-4vcpu-ubuntu-2404 instead of
ubuntu-latest.
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
Need help on this PR? Tag
@codesmithwith what you need.