ci(#21): minimal spec-sanity workflow - #22
Merged
Merged
Conversation
…n structure The repo had zero workflows, so every PR head had zero check runs and legion pr merge refused all of them (#736, non-overridable by design). Bash only: a spec repo's CI should not invent a toolchain. Closes #21 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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
The repo had zero workflows, so every PR's head commit had zero check runs and
legion pr mergerefused all eight open fix-wave PRs (#736 zero-runs refusal, non-overridable by design). This adds the minimal honest check for a spec repo: bash only, no toolchain.Acceptance criteria mapping
1. Workflow lands on main; its own PR shows a green spec-sanity run
pull_requestworkflows execute from the PR head for same-repo branches, so this PR self-triggers the workflow it introduces -- the green run on this PR is the proof, and the merge that follows is the first legion-sanctioned merge in the repo.Evidence: the spec-sanity check run on this PR's head commit.
2. The eight open fix-wave PRs get runs and become mergeable
Once this lands, each open PR branch gets an empty-commit retrigger (
git commit --allow-empty) so its head gains a run;pull_requestworkflows fire on synchronize. Performed by the spec owner in merge order immediately after this merges.Evidence: subsequent merges of PRs #11, #14, #16, #15, #17, #19, #20, #18, #9 through legion pr merge.
Not done
Closes #21
🤖 Generated with Claude Code