docs(ci-insights): Reframe Runners as Self-hosted runners#11935
Conversation
Merge Protections🟢 All 6 merge protections satisfied — ready to merge. Show 6 satisfied protections🟢 🤖 Continuous Integration
🟢 👀 Review Requirements
🟢 Enforce conventional commitMake sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
🟢 🔎 Reviews
🟢 📕 PR description
🟢 🚦 Auto-queueWhen all merge protections are satisfied, this pull request will be queued automatically. |
There was a problem hiding this comment.
Pull request overview
This PR updates CI Insights documentation and navigation to reflect the rename from Runners to Self-hosted runners, and rewrites the runners page to focus on the product’s purpose (capacity, degradation, wait vs run time, and cost) rather than walking the UI.
Changes:
- Rename the CI Insights navigation label and overview card from “Runners” to “Self-hosted runners”.
- Rewrite
/ci-insights/runnersto explain Queue / Fleet / Settings by intent, plus add a “Key concepts” section.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| src/content/navItems.tsx | Renames the CI Insights sidebar entry to “Self-hosted runners”. |
| src/content/docs/ci-insights/runners.mdx | Reframes the page around why to monitor self-hosted runners and the purpose of Queue/Fleet/Settings. |
| src/content/docs/ci-insights.mdx | Updates the CI Insights overview card title and description for the renamed page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
The Runners product was renamed to Self-hosted runners and split into Queue, Fleet, and Settings views. The previous page walked through the screen, which is costly to maintain while this product keeps changing. Rewrite the page around why the product exists — fleet sizing, spotting degraded runners, separating wait time from run time, and cost — and describe the three areas by purpose rather than by what is on screen. Update the CI Insights overview card and the navigation label to match the new name. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com> Change-Id: I24327ea2fd1dbd94929f42bb95e6dbed9abb83fb
78d8010 to
e865fdd
Compare
Revision history
|
|
Queued — the merge queue status continues in this comment ↓. |
Merge Queue Status
|
The Runners product was renamed to Self-hosted runners and split into
Queue, Fleet, and Settings views. The previous page walked through the
screen, which is costly to maintain while this product keeps changing.
Rewrite the page around why the product exists — fleet sizing, spotting
degraded runners, separating wait time from run time, and cost — and
describe the three areas by purpose rather than by what is on screen.
Update the CI Insights overview card and the navigation label to match
the new name.
Co-Authored-By: Claude Opus 4.8 (1M context) noreply@anthropic.com