mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-24 23:05:53 +03:00
[PR #177] [MERGED] Support release limits above 100 #165
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#165
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/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.