mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-06-28 22:11:08 +02:00
7c1f24dc2f
Affiliation was set to "owner,collaborator", omitting repos owned by orgs the user belongs to. As a result: - main sync, scheduler, and cleanup never saw org repos - orgs appeared empty unless manually re-added via /api/sync/organization - restart archived previously-mirrored org repos as orphans GitHub's API default is owner,collaborator,organization_member; restoring it fixes both symptoms with no other code changes.