releaser-pleaser/internal/forge
Julian Tölle d259921215
fix(github): duplicate release pr when process is stopped at wrong moment (#236)
In a timing issue, the release pull request may be created but the
releaser-pleaser labels not added. On the next run releaser-pleaser
then creates a second release pull request. We try to reduce the chance
of this happening by checking the context cancellation at the top, and
if its not cancelled we run both API requests without passing along any
cancellations from the parent context.

Closes #215
2025-08-23 23:00:52 +02:00
..
github fix(github): duplicate release pr when process is stopped at wrong moment (#236) 2025-08-23 23:00:52 +02:00
gitlab fix(gitlab): support fast-forward merges (#210) 2025-07-11 11:23:21 +02:00
forge.go feat: real user as commit author (#187) 2025-06-09 08:06:56 +00:00