refactor: dogfood setup-pnpm, pr-status-comment, trigger-website-update - #13
Merged
Conversation
baxyz
force-pushed
the
feat/dogfood-new-actions
branch
2 times, most recently
from
July 28, 2026 21:13
0e0a42e to
4991f76
Compare
…ite-update Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
…mers Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
baxyz
force-pushed
the
feat/dogfood-new-actions
branch
from
July 28, 2026 21:22
618d602 to
9f718af
Compare
✅ PR Validation Passed
📋 Pipeline Status
🤖 Generated by @helpers4 CI • 2026-07-28 |
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
main, since these workflows referencehelpers4/action/<name>@main, which only resolves once feat: add setup-pnpm, pr-status-comment, trigger-website-update actions #12 is merged. This is expected, not a bug.pr-validation.yml:shellcheckjob now usesludeeus/action-shellcheck(350★, already does this) instead of a hand-rolled apt-get + shellcheck sequenceactions/github-scriptblock is replaced by one call tohelpers4/action/pr-status-comment@mainoutputs: status: ...block is deleted —needs.<job>.resultalready exposes success/failure/skipped/cancelled natively, no custom output plumbing was ever neededrelease.yml: the Trigganator token +repository-dispatchsteps collapse into onehelpers4/action/trigger-website-update@maincall (samecontinue-on-error: true, same non-blocking behavior as before)setup-pnpmisn't dogfooded here — this repo has no Node/pnpm build step of its own (bash-only actions), so there's nothing in this repo's CI for it to replace. It'll get its first real exercise when rolled out totypescript/websitein a later pass (tracked inTODO.md).Test plan
🤖 Generated with Claude Code