mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-08 20:58:16 -05:00
[PR #184] [MERGED] Implement incremental issue and PR metadata sync #817
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/184
Author: @arunavo4
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @arunavo4
Base:
main← Head:codex/issue-165-incremental-metadata📝 Commits (2)
85b1867Implement incremental issue and PR metadata synccb7510fImprove legacy matching and comment dedupe📊 Changes
3 files changed (+270 additions, -118 deletions)
View changed files
📝
src/lib/gitea-enhanced.test.ts(+3 -3)📝
src/lib/gitea-enhanced.ts(+2 -18)📝
src/lib/gitea.ts(+265 -97)📄 Description
Summary
gh-comment-idmarker[PR #N]entries instead of recreatingWhy
Fixes the behavior in #165 where issue/PR metadata stopped updating after the first sync.
Validation
bun test src/lib/gitea-enhanced.test.tsbun test src/lib/gitea.test.ts src/lib/mirror-sync-fix.test.tsbun run buildFixes #165
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.