Paginate release asset lookup #1

Merged
stephen merged 1 commit from fix-release-asset-pagination into main 2026-06-08 05:15:41 +00:00
Owner

Release asset overwrite only checked the first asset page. If an existing asset with the same name was on a later page, the action could miss it and attempt a duplicate upload.

This adds paginated asset listing and a mock Forgejo regression that rejects duplicate asset names while exposing the duplicate on page two.

Tested with make test.

Release asset overwrite only checked the first asset page. If an existing asset with the same name was on a later page, the action could miss it and attempt a duplicate upload. This adds paginated asset listing and a mock Forgejo regression that rejects duplicate asset names while exposing the duplicate on page two. Tested with `make test`.
Paginate release asset lookup
All checks were successful
test / unit (pull_request) Successful in 4s
5d04cb63e8
stephen referenced this pull request from a commit 2026-06-08 05:15:43 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
rasterstate/forgejo-release-action!1
No description provided.