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
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 resolved and 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?
The text was updated successfully, but these errors were encountered:
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.
Hey,
I am faced with following use case, where 3 PRs exist, PR number 2 is being merged, and consequently branchC is being removed:
The behavior of
delete-merged-branch
integration is slightly different compared to the nativeAutomatically delete head branches
repository option:integration: branchC is removed, PR number 3 shows a message that
This branch has conflicts that must be resolved
and manual change of base branch is requirednative: 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?
The text was updated successfully, but these errors were encountered: