Skip to content

fix(sync): data-ingestors + model-zoo master was renamed to main (backend#1428) - #84

Merged
LukasWodka merged 1 commit into
developfrom
fix/sync-sources-master-renames
Aug 5, 2026
Merged

fix(sync): data-ingestors + model-zoo master was renamed to main (backend#1428)#84
LukasWodka merged 1 commit into
developfrom
fix/sync-sources-master-renames

Conversation

@LukasWodka

@LukasWodkaLukasWodka commented Aug 5, 2026

Copy link
Copy Markdown
Contributor

With SOURCE_REPOS_TOKEN provisioned 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.yml still points at master for data-ingestors and model-zoo, whose masterno longer exists (renamed to main under backend#1428 Change 2). Contents-API ref= 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: masterref: 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-ingestors and tracebloc/model-zoo are fetched from main instead of master, matching upstream renames that broke sync-docs ref 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.

…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>
@LukasWodka
LukasWodka merged commit 6528966 into developAug 5, 2026
12 checks passed
@LukasWodka
LukasWodka deleted the fix/sync-sources-master-renames branch August 14, 2026 13:54
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@LukasWodka@divyasinghds