ci: install Ground Control Phase E workflow - #1171
Merged
Merged
Conversation
|
Brad-Edwards
marked this pull request as ready for review
September 26, 2026 03:16
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
Installs the canonical Ground Control Phase E workflow generated by
grndctl init1.2.1. The workflow finalizes a delivery after its pull request merges by replaying the trusted Phase D readiness payload, posting the final report, and closing the linked issue.This repository prerequisite currently blocks the Phase D readiness handoff for APTL PR #1170 because the workflow is absent from
dev.Why this is viable now
PR #1148 was closed because its proposed checkout workaround was needed while
grndctlwas unpublished.grndctl1.2.1 is now published in the npm registry with integrity metadata, so this change uses the official generated workflow and its exact version pin. It does not revive the workaround.Scope
.github/workflows/ground-control-phase-e.ymlexactly as generated bygrndctl init1.2.1.Verification
grndctl doctorreportsPhase E workflow installed.