Skip to content

rebase: merging indirectly via combined branch does not rebase higher prs #407

Description

@ithielnor

BUG:

We create release branches that combine many PRs/branches into a single PR. When that PR is merged to the root the original PRs are closed as merged, BUT any stacked PRs do not rebase onto the root.

Repro:

  1. Create three PRs A and B and C, with B stacked on A.
  2. Create a third PR, D, which combines branches A and C.
  3. Merge D onto master.
  4. Observe that B is still stacked on A, and if branch A is deleted, PR B is auto closed.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions