Reset next to next commit towards dev when dev is not child of next #111

Closed
opened 2024-07-25 07:44:33 +01:00 by kemitix · 0 comments
Owner

This happens when the commit that the next branch is on is updated and the dev branch' history is rewritten.

The current implementation resets the next branch back to the main branch, then pushes it towards the dev branch. This results in CI being triggered for the commit on the tip of the main branch when it isn't needed.

Combine these two operations (reset and push) into a single update.

This happens when the commit that the `next` branch is on is updated and the `dev` branch' history is rewritten. The current implementation resets the `next` branch back to the `main` branch, then pushes it towards the `dev` branch. This results in CI being triggered for the commit on the tip of the `main` branch when it isn't needed. Combine these two operations (reset and push) into a single update.
kemitix self-assigned this 2024-07-25 07:44:33 +01:00
kemitix added this to the Road to v1 - Forgejo & Github project 2024-07-25 07:44:33 +01:00
kemitix added the
Kind/Enhancement
label 2024-07-25 07:44:38 +01:00
kemitix added this to the NEXT-RELEASE milestone 2024-07-26 19:18:58 +01:00
kemitix modified the milestone from NEXT-RELEASE to v0.12.0 2024-07-28 20:57:05 +01:00
Sign in to join this conversation.
No milestone
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: kemitix/git-next#111
No description provided.