mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-21 15:11:22 -05:00
[PR #177] [MERGED] Support release limits above 100 #2071
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/177
Author: @arunavo4
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @arunavo4
Base:
main← Head:codex/issue-176📝 Commits (1)
9bc7bbeSupport release limits above 100📊 Changes
2 files changed (+39 additions, -15 deletions)
View changed files
📝
src/components/config/GitHubMirrorSettings.tsx(+2 -3)📝
src/lib/gitea.ts(+37 -12)📄 Description
Summary - remove the UI hard cap of 100 releases in release limit input
Why
Issue #176 reported that release limit appears capped at 100. The previous implementation used a single API call and UI clamp, which prevented higher values from being effective.
Closes #176
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.