refactor: rename trigger-website-update to dispatch-with-fallback - #15
Merged
Conversation
…llback Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
✅ PR Validation Passed
📋 Pipeline Status
🤖 Generated by @helpers4 CI • 2026-07-29 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
trigger-website-updatewas too helpers4-specific for a repo whose stated purpose is publishing generic actions to the GitHub Marketplace. Its actual mechanics were already 100% generic (mint a GitHub App token →repository-dispatch, retry with a fallback identity on failure) — only the name and thetarget-owner: helpers4/target-repo: websitedefaults were org-specific.trigger-website-update→dispatch-with-fallback, madetarget-owner/target-reporequired (no defaults) instead of defaulting tohelpers4/websiteconventional-commits,setup-pnpm,pr-status-comment) have no comparable org-specific defaults —scopes.json/.vscode/settings.jsonare generic filename conventions, not helpers4-brandedrelease.yml) to passtarget-owner: helpers4/target-repo: websiteexplicitlydevcontainer,typescript,.githubto update their call sites to the new name + explicit target inputs — opening those next, this is deliberately first so the new path exists onmainbefore they reference itTest plan
dispatch-with-fallbackisn't referenced anywhere by its old name after merge🤖 Generated with Claude Code