fix(ci): repin mirror.yml to a reachable standards SHA (892497fe is unloadable) - #346
Merged
Merged
Conversation
The pinned SHA 892497fe is not loadable by Actions, so every mirror run died at startup with jobs.total_count == 0 and this repo mirrored to zero forges. Repinned to da2c748aad55c1a1dcba00b60fe4a35017bc6540, which is reachable from standards main and contract-identical (same 7 forge jobs, no required inputs or secrets). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
|
Warning Review limit reachedNext included review available in 3 minutes. View limit detailsLimit details: You’ve used the included review currently available. You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. Review configuration: ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Advanced Run ID: 📒 Files selected for processing (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
hyperpolymath
enabled auto-merge (squash)
September 14, 2026 17:39
hyperpolymath
deleted the
fix/repin-unreachable-standards-mirror-pin
branch
September 14, 2026 21:21
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.
Repins
mirror.ymlfrom892497feto a SHA Actions can actually load.Measured cause
mirror.ymlis pinned to astandardsSHA that Actions refuses to load. GitHub's ownannotation on the failed run, anchored at
.github/workflows/mirror.yml#L15:The run dies at startup:
jobs.total_count == 0, no logs, no annotations in REST. This repohas therefore mirrored to zero forges since the pin landed.
Why three separate probes certified the broken pin as good
repos/standards/commits/$SHAresolvescontents/mirror-reusable.yml?ref=$SHAserves the fileactionlinton the fetched bodyThe discriminator is reachability, not existence:
gh api repos/hyperpolymath/standards/compare/main...$SHA --jq .status.behind/identical= reachable from a ref.ahead/diverged= not, and Actions refuses it.Measured across 8 pins: the 6 used by every working repo are
behind; the 2 that aredivergedaccount for every startup death in this class, 3 repos, 3 of 3, zero false positives.The estate gate
.claude/scripts/check-phantom-pins.shhas been repaired to carry this secondprobe and exercised against both a bad and a good fixture.
Target
da2c748aad55c1a1dcba00b60fe4a35017bc6540— reachable (behindmain by 76), and already thetarget of the in-flight pin-bump campaign (
natsci-studio#82), so this converges rather thancreating a new cohort.
Verified contract-identical to the pin used by the working repos: same 7 forge jobs
(gitlab, bitbucket, codeberg, sourcehut, disroot, gitea, radicle), zero required inputs,
zero required secrets, zero tag-pinned actions. No forge is lost and no new secret is
needed.
Scope
One line, one file. No
permissions:block is touched.🤖 Generated with Claude Code