forgejo/templates
Jimmy Praet 78118a3b02
Add checkbox to delete pull branch after successful merge (#16049)
* Add checkbox to delete pull branch after successful merge

* Omit DeleteBranchAfterMerge field in json

* Log a warning instead of error when PR head branch deleted

* Add DefaultDeleteBranchAfterMerge to PullRequestConfig

* Add support for delete_branch_after_merge via API

* Fix for API: the branch should be deleted from the HEAD repo

If head and base repo are the same, reuse the already opened ctx.Repo.GitRepo

* Don't delegate to CleanupBranch, only reuse branch deletion code

CleanupBranch contains too much logic that has already been performed by the Merge

* Reuse gitrepo in MergePullRequest

Co-authored-by: Andrew Thornton <art27@cantab.net>
2021-07-13 01:26:25 +02:00
..
admin Make allowed Visiblity modes configurable for Users (#16271) 2021-06-27 19:47:35 +01:00
base Add custom emoji support (#16004) 2021-06-29 16:28:38 +02:00
custom
explore
mail Fix invalid params and typo of email templates (#16394) 2021-07-10 19:40:14 +02:00
org
repo Add checkbox to delete pull branch after successful merge (#16049) 2021-07-13 01:26:25 +02:00
shared
status
swagger Add checkbox to delete pull branch after successful merge (#16049) 2021-07-13 01:26:25 +02:00
user Implemented head_commit for webhooks (#16282) 2021-06-29 15:34:03 +02:00
home.tmpl
install.tmpl
post-install.tmpl