delete-merged-branch
delete-merged-branch copied to clipboard
Automatic change of base branch does not work
Hey,
I am faced with following use case, where 3 PRs exist, PR number 2 is being merged, and consequently branchC is being removed:
- branchB -> branchA
- branchC -> branchB
- branchD -> branchC
The behavior of delete-merged-branch integration is slightly different compared to the native Automatically delete head branches repository option:
-
integration: branchC is removed, PR number 3 shows a message that
This branch has conflicts that must be resolvedand manual change of base branch is required -
native: branchC is also removed, however base branch in PR number 3 is automatically changed with the following message shown
Base automatically changed from branchC to branchB
Is there an option to make the integration work the same as the native one?
Hi @adamdanielczyk. Currently this is not in the scope of this App, nor there is a plan to support this. I'm however open to PRs that would add such a feature. I think the delete webhook would be a good start.