mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-21 15:11:22 -05:00
[GH-ISSUE #176] Can 100 releases limit be changed? #1201
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?
Originally created by @Zachary24 on GitHub (Feb 22, 2026).
Original GitHub issue: https://github.com/RayLabsHQ/gitea-mirror/issues/176
Originally assigned to: @arunavo4 on GitHub.
There is a limit of 100 releases in the web-ui / config. Is this a limit of gitea-mirror, mirror-to-gitea, or GitHub itself? Is it possible to get more than 100 releases?
@arunavo4 commented on GitHub (Feb 24, 2026):
@Zachary24 it was a hard cap added in UI cause no pagination was implemented for the releases fetch. It has been now removed. Test it and let me know if there are any issues.