gitea icon indicating copy to clipboard operation
gitea copied to clipboard

Delete Branch After Merge does not happen when using the "auto-merge when checks succeed" feature

Open parnic opened this issue 3 years ago • 5 comments

Description

Using the "auto-merge when checks succeed" option does not delete the branch once the merge goes through. I would expect that if the repo has configured "delete branch by default" that it would happen on the auto-merge as well.

Gitea Version

1.17.0

Can you reproduce the bug on the Gitea demo site?

No

Log Gist

No response

Screenshots

Git Version

2.37.1

Operating System

Ubuntu

How are you running Gitea?

Downloaded from Github releases page.

Database

PostgreSQL

parnic avatar Aug 02 '22 14:08 parnic

That's just not been implemented yet 😂 no enough time to implement it at that time.

So I think this issue is more likely to be a feature request or an enhancement for it.

Some missing features in my mind:

  • Show the already scheduled auto merge style.
  • Support "delete branch after merge" in the auto merge.

wxiaoguang avatar Aug 02 '22 16:08 wxiaoguang

Same problem here

HenkVanMaanen avatar Oct 06 '22 09:10 HenkVanMaanen