SvanBoxel / delete-merged-branch

No more manually deleting merged branches, this lovely app does it for you.
https://github.com/apps/delete-merged-branch/
ISC License
323 stars 55 forks source link

Automatic change of base branch does not work #207

Open adamdanielczyk opened 3 years ago

adamdanielczyk commented 3 years ago

Hey,

I am faced with following use case, where 3 PRs exist, PR number 2 is being merged, and consequently branchC is being removed:

  1. branchB -> branchA
  2. branchC -> branchB
  3. branchD -> branchC

The behavior of delete-merged-branch integration is slightly different compared to the native Automatically delete head branches repository option:

Is there an option to make the integration work the same as the native one?

SvanBoxel commented 3 years ago

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.