mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-24 23:05:53 +03:00
[PR #191] [MERGED] fix(github): keep disabled repos from cleanup while skipping new imports #176
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/191
Author: @arunavo4
Created: 2/26/2026
Status: ✅ Merged
Merged: 2/26/2026
Merged by: @arunavo4
Base:
main← Head:codex/disabled-repo-safe-handling📝 Commits (2)
3070c2dfix: preserve disabled repos while skipping new imports757902dci: upgrade bun to 1.3.6 for test workflow📊 Changes
9 files changed (+63 additions, -13 deletions)
View changed files
📝
.github/workflows/astro-build-test.yml(+1 -1)📝
src/lib/github.ts(+4 -1)➕
src/lib/repo-eligibility.test.ts(+17 -0)➕
src/lib/repo-eligibility.ts(+6 -0)📝
src/lib/repository-cleanup-service.ts(+15 -7)📝
src/lib/scheduler-service.ts(+13 -2)📝
src/pages/api/sync/index.ts(+4 -1)📝
src/pages/api/sync/organization.ts(+2 -1)📝
src/types/Repository.ts(+1 -0)📄 Description
Summary
isDisabledmetadata to GitHub repo objects returned by discovery APIsWhy
Testing
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.