ci(scaffold): workflow_dispatch in CI templates + trigger-drop playbook#93
Merged
Merged
Conversation
…aybook Born repos should have a manual CI re-run lever from birth. Add workflow_dispatch to both CI-gate templates: ci.yml.j2 (mcp-server) and validate.yml.j2 (cursor-plugin). Additive and inert - a manual lever only, so no fleet-wide retrofit and no STANDARDS_VERSION bump. Document the push-trigger-drop failure mode in standards/ci-cd.md alongside the path-filter trap: symptom (squash-merge to main with zero push-triggered runs), first observed (godot-correctness-mcp PR #7), remedy (dispatch CI manually and verify green), and the escalation rule (a second occurrence on any repo promotes this to a fleet-standards change with a STANDARDS_VERSION bump and retrofit). No existing repos retrofitted. Signed-off-by: fOuttaMyPaint <154358121+TMHSDigital@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
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.
Gives born repos a manual CI re-run lever and documents the push-trigger-drop failure mode.
Proven by live run (scratch generator run, deleted after)
workflow_dispatch: {}is present in the emittedci.yml(mcp) andvalidate.yml(cursor-plugin)on:blocks, and the YAML remained valid.sync_from_registry.py --checkclean after theci-cd.mdedit (no docs drift).Established by inspection
ci.yml; cursor-plugin's isvalidate.yml(it has noci.yml). Added the lever to each so both born types are covered — the faithful reading of "both templates".standards/ci-cd.md: the by-design path-filter (paths-ignore) behavior, and the non-deterministic push-trigger drop (symptom, first observed = godot-correctness-mcp PR feat: drift checker core library (Phase 2 Session A) #7, remedy = manual dispatch + verify, escalation = fleet-standards change on a 2nd occurrence).Additive and inert. No STANDARDS_VERSION bump, no VERSION bump (ci/docs change, not feat/fix), no retrofit of existing repos.