Uh oh!
There was an error while loading. Please reload this page.
fix(sync): data-ingestors + model-zoo master was renamed to main (backend#1428) - #84
Merged
Merged
Conversation
…kend#1428) Their master branches no longer exist, so both fetches 404'd — the last failure standing between sync-docs and its first green run in 84 days now that SOURCE_REPOS_TOKEN is provisioned. Rename redirects never rewrite refs stored in config files. 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 freeto 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.
With
SOURCE_REPOS_TOKENprovisioned today, sync-docs got its first honest run in 84 days — and 3 of 5 sources fetched clean. The two failures are stale refs, not auth:sync-sources.ymlstill points atmasterfor data-ingestors and model-zoo, whosemasterno longer exists (renamed tomainunder backend#1428 Change 2). Contents-APIref=lookups are not covered by rename redirects — the same trap-#6 class as the ruleset/required-check gaps, and the second stale-rename artifact found this week (model-zoo's CLAUDE.md was the first).Both target files verified present on
main(Readme.md/README.md, exact case). Two-line diff:ref: master→ref: main.Part of the backend#1494 cleanup (this cron is the watchdog's loudest historical customer).
🤖 Generated with Claude Code
Note
Low Risk
Config-only branch ref fix with no runtime or security impact; restores previously failing sync jobs.
Overview
Updates docs sync config so
tracebloc/data-ingestorsandtracebloc/model-zooare fetched frommaininstead ofmaster, matching upstream renames that brokesync-docsref lookups.No other mappings or sync instructions change; source paths (
Readme.md/README.md) and destination MDX pages stay the same.Reviewed by Cursor Bugbot for commit 450eed9. Bugbot is set up for automated code reviews on this repo. Configure here.