Conversation
Add the markdown-blog mirror's CI workflow to the monorepo byte-exact (sha 51e27c64), give health/identity/licensing the same tests-only workflow (their mirrors ran no CI; tests-only sidesteps the missing analyse script in identity/markdown-blog), and make package-create.sh replace the spatie skeleton's .github with this standard workflow via .turbine/templates/PACKAGE-TESTS-WORKFLOW.yml. Confirming the trigger intent from the issue: pushes to the turbine sync branch deliberately skip CI; the release PR into master and the post-merge push to master (all four mirrors default to master) are the runs that matter, as the mirror's green run history already shows. Nested .github/workflows stay inert in the monorepo; they take effect on the standalone mirrors after the next sync. Closes #18 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01C44poNhxtBTggZoVL8y9Yb
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.
Syncs
.github/workflows/tests.ymlfrom the turbine monorepo (apxcde/turbine#18).The file content is byte-identical to what already runs on
master— this PR is a deliberate no-op in effect. Its purpose is to make the monorepo the source of truth for this workflow, ending the direct-edit drift that happened twice on this mirror (6af6f1f, bf48bab). Future workflow changes flow throughplatform/markdown-blog/.github/workflows/tests.ymlin the monorepo and arrive viamake repos-sync.Trigger semantics, confirmed as intended: pushes to the
turbinesync branch skip CI; the release PR intomaster(this kind of PR) and the post-merge push tomasterare the runs that matter.🤖 Generated with Claude Code
https://claude.ai/code/session_01C44poNhxtBTggZoVL8y9Yb