mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-07-22 03:41:52 -05:00
[PR #191] [MERGED] fix(github): keep disabled repos from cleanup while skipping new imports #1828
Reference in New Issue
Block a user
📋 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.