Closed
Description
Feature Description
Sometime you need to have 'cascade' PRs. i.e.
- first you're working on feature A (derived from main branch) and you create PR feature A -> main
- next you need to work on feature B, but this feature depends on changes of feature A and it's corresponding PR is not yet approved. The best way to work on such feature is derive from feature A and later you need to create PR feature B -> feature A.
Currently second PR will be automatically closed on feature A merge and branch delete. It would be helpfull to rebase second PR. i.e. change 'feature B -> feature A' to 'feature B -> main' when first 'feature A -> main' is merged and 'feature A' branch is deleted.
Screenshots
No response