Avoid submitting ancestor PR's that belong to another author.
daranday opened this issue · comments
daranday commented
Context
Currently, when we do sl pr submit
at the top of a stack, all ancestor PRs are resubmitted using local commits. This can accidentally overwrite another author's work with an oudated version of commits.
Request
Can we submit all ancestor PRs except for the ones that doesn't belong to the current author? Thanks for the help!