Skip to content

fix(wiki): retarget caller to mbl-actionhub-docshub@v0.1.0 - #128

Closed
therajanmaurya wants to merge 1 commit into
developmentfrom
fix/retarget-wiki-sync-to-docshub
Closed

fix(wiki): retarget caller to mbl-actionhub-docshub@v0.1.0#128
therajanmaurya wants to merge 1 commit into
developmentfrom
fix/retarget-wiki-sync-to-docshub

Conversation

@therajanmaurya

Copy link
Copy Markdown
Collaborator

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

$ gh workflow run sync-docs-to-wiki.yml --repo MobileByteLabs/KmpToolkit --ref development
-> "MobileByteLabs/mbl-actionhub/.github/workflows/sync-docs-to-wiki.yml@v1.8.0"
: failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit

Fix

- # Logic lives in mbl-actionhub@v1.8.0; this file only configures triggers.
+ # Logic lives in mbl-actionhub-docshub@v0.1.0; this file only configures triggers.-    uses: MobileByteLabs/mbl-actionhub/.github/workflows/sync-docs-to-wiki.yml@v1.8.0
+    uses: MobileByteLabs/mbl-actionhub-docshub/.github/workflows/sync-docs-to-wiki.yml@v0.1.0

mbl-actionhub-docshub@v0.1.0 exists, is self-tested, and ships the auto-_Sidebar.md generator.

Verify after merge

gh workflow run sync-docs-to-wiki.yml --repo MobileByteLabs/KmpToolkit --ref development

Should succeed + the next run on the Actions tab publishes auto-_Sidebar.md to the wiki.

🤖 Generated with Claude Code

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>
@coderabbitai

coderabbitai Bot commented Jun 2, 2026

Copy link
Copy Markdown

Warning

Review limit reached

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

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 @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

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 configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: bed015df-a76c-4d8b-886f-02e6daf006bc

📥 Commits

Reviewing files that changed from the base of the PR and between b5ab17a and 5448ff6.

📒 Files selected for processing (1)
  • .github/workflows/sync-docs-to-wiki.yml
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch fix/retarget-wiki-sync-to-docshub

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 and usage tips.

@therajanmaurya

Copy link
Copy Markdown
Collaborator Author

Closing — architecture pivot reverses the need for this fix. The merged state of #127 (mbl-actionhub@v1.8.0) is actually CORRECT relative to the new architecture, where:

  • mbl-actionhub hosts the reusable workflow consumers reference
  • mbl-actionhub-docshub becomes a composite action that the reusable workflow internally uses:

This matches the established pattern of mbl-actionhub-bump-version + mbl-actionhub-resolve-version. See mbl-actionhub-docshub#1 for the repackaging + [mbl-actionhub PR forthcoming] for the reusable workflow that will be tagged v1.8.0. Once v1.8.0 ships, this repo's existing development state will dispatch successfully.

@mobilebytesenseicommunity
mobilebytesenseicommunity deleted the fix/retarget-wiki-sync-to-docshub branch August 11, 2026 06:43
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