gitea
gitea copied to clipboard
Delete Branch After Merge does not happen when using the "auto-merge when checks succeed" feature
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
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.
Same problem here