fix(wiki): retarget caller to mbl-actionhub-docshub@v0.1.0 - #128
fix(wiki): retarget caller to mbl-actionhub-docshub@v0.1.0#128therajanmaurya wants to merge 1 commit into
Conversation
PR #127's merged state pointed at `mbl-actionhub@v1.8.0` — a workflow that doesn't exist (mbl-actionhub is at v1.7.0; we never cut v1.8.0 there because the impl pivoted to the dedicated docshub repo mid-rollout). A retarget commit was made locally during the pivot but never pushed before the merge, so PR #127's squash captured the pre-retarget state. Wiki sync workflow dispatch was failing with: reference to workflow should be either a valid branch, tag, or commit This 1-line fix points the caller at the correct MobileByteLabs/mbl-actionhub-docshub@v0.1.0 (which exists + has been self-tested + has auto-_Sidebar.md generator). After merge: `gh workflow run sync-docs-to-wiki.yml --repo MobileByteLabs/KmpToolkit --ref development` should succeed. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Review limit reached
More reviews will be available in 3 minutes and 57 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro 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 |
|
Closing — architecture pivot reverses the need for this fix. The merged state of #127 (
This matches the established pattern of |
Summary
1-line fix. PR #127's merged state pointed at
mbl-actionhub@v1.8.0— a workflow that doesn't exist (mbl-actionhub is at v1.7.0; we never cut v1.8.0 there because the impl pivoted to the dedicated docshub repo mid-rollout).A retarget commit was made locally during the pivot but never pushed before #127 merged, so the squash captured the pre-retarget state.
Symptom
Fix
mbl-actionhub-docshub@v0.1.0exists, is self-tested, and ships the auto-_Sidebar.mdgenerator.Verify after merge
Should succeed + the next run on the Actions tab publishes auto-
_Sidebar.mdto the wiki.🤖 Generated with Claude Code