refactor: extract shared action helpers and deduplicate cross-action boilerplate#12
Merged
Merged
Conversation
…boilerplate - Add `runAction` wrapper in shared to eliminate identical try/catch error handling duplicated across all 6 actions - Add `getActionContext` to consolidate repeated initialization of octokit, owner/repo, and Gemini model from action inputs - Add `parseJsonResponse<T>` to replace 4 copies of JSON.parse with markdown fence stripping - Extract `collectVersionChanges` helper in parsers.ts to deduplicate the version-diff collection pattern repeated for npm, composer, pip, and go ecosystems - Remove dead code in pr-from-issue (unused `existingSha` ternary that always evaluated to undefined) https://claude.ai/code/session_017fwXR9qdd7YhM5CSQoY3e3
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.
runActionwrapper in shared to eliminate identical try/catcherror handling duplicated across all 6 actions
getActionContextto consolidate repeated initialization ofoctokit, owner/repo, and Gemini model from action inputs
parseJsonResponse<T>to replace 4 copies of JSON.parse withmarkdown fence stripping
collectVersionChangeshelper in parsers.ts to deduplicatethe version-diff collection pattern repeated for npm, composer,
pip, and go ecosystems
existingShaternary thatalways evaluated to undefined)
https://claude.ai/code/session_017fwXR9qdd7YhM5CSQoY3e3