Commit graph

2 commits

Author SHA1 Message Date
jedarden
3c72081ab8 docs(bf-78c91): document mirror sync trigger attempt and blocker
Attempted to trigger Forgejo mirror sync to GitHub via API and direct git push.
Both methods blocked by large files in git history (--1.ppm: 235MB, test_parse_simple: 60MB).
Mirror configuration is correct (Forgejo → GitHub, sync_on_commit enabled) but
GitHub rejects pushes exceeding 100MB file size limit.

Closes bf-78c91. See notes/bf-78c91.md for full analysis.
2026-07-06 19:31:12 -04:00
jedarden
98c3d54ca3 ci(bf-78c91): trigger Forgejo mirror sync to GitHub
This commit triggers the configured push mirror (bf-10182, verified in bf-21b5a)
to sync pending commits from Forgejo to GitHub.

Trigger method: New commit to origin (sync_on_commit=true)
Start time: 2026-07-06T23:28:52Z

Note: Large file blocker (documented in bf-21b5a) may prevent successful sync.
2026-07-06 19:29:04 -04:00