Give each platform its own CI workflow and badge - #52
Merged
Conversation
🦋 Changeset detectedLatest commit: f07736f The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Actions badges are workflow-scoped, so a single ci.yml can only ever say "CI". Split per platform with the Linux and Android legs, matching the AtprotoTypes shape: push CI on main only, PRs covered by pull_request, Linux pinned to 6.2 (the effective floor — AtprotoTypes' manifest is tools-version 6.2). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
germ-mark
force-pushed
the
ci/platform-badges
branch
from
August 18, 2026 23:22
9711f96 to
f07736f
Compare
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.
Splits
ci.ymlintoci-apple.yml/ci-linux.yml/ci-android.yml, eachname:d for its platform, and puts all three badges in the README. No sourcechange, no release.
Stacked on #56 — the Linux and Android legs cannot pass without the
swift-crypto port. Rebase onto
mainonce that merges.Why
GitHub's Actions status badges are workflow-scoped — there is no per-job filter,
so a badge can only ever be as specific as the workflow it points at. Same
pattern as germ-network/AtprotoTypes#53, with its post-review refinements
baked in from the start:
main; PRs are covered by unfilteredpull_requestevents (so stacked PRs like this one still get CI), one run per commit.
swift:6.2— the effective toolchain floor: this package'smanifest is tools-version 6.0, but the AtprotoTypes dependency's manifest is
6.2, and resolving it needs a toolchain that can parse it.
fleet.
Notes
mainhas no branch protection; nothing references the old workflow name.maingets its first run.Self-healing.
Part of GER-2175.
🤖 Generated with Claude Code