You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 18, 2025. It is now read-only.
In some cases, someone (person B) might piggy-back on changes someone else (person A) did, and rebase on top of that.
This will extend the existing Serie with a Changeset that might not have all required flags (and especially tags!) set, unintentionally blocking the original stack of person A from being submitted - the current logic will consider the Serie as not fully submittable if any Changeset in there is not submittable (+1,+2 and tagged).
Possible solutions:
autosubmit submittable changesets at the beginning of the series (but what to do if rebases are necessary? rebase these too)?
rip apart series if they contain a not submittable changeset. However, this could probably cause unintuitive rebasing action to happen
In some cases, someone (
person B) might piggy-back on changes someone else (person A) did, and rebase on top of that.This will extend the existing
Seriewith aChangesetthat might not have all required flags (and especially tags!) set, unintentionally blocking the original stack ofperson Afrom being submitted - the current logic will consider theSerieas not fully submittable if anyChangesetin there is not submittable (+1,+2and tagged).Possible solutions:
cc @ghorn @zimbatm @guibou for opinions