gitea/services/pull
Lunny Xiao 39d51e7c82
Some checks are pending
release-nightly / nightly-binary (push) Waiting to run
release-nightly / nightly-docker-rootful (push) Waiting to run
release-nightly / nightly-docker-rootless (push) Waiting to run
cron-translations / crowdin-pull (push) Has been skipped
Automerge supports deleting branch automatically after merging (#32343)
Resolve #32341 
~Depends on #27151~

- [x] It will display a checkbox of deleting the head branch on the pull
request view page when starting an auto-merge task.
- [x] Add permission check before deleting the branch
- [x] Add delete branch comment for those closing pull requests because
of head branch or base branch was deleted.
- [x] Merge `RetargetChildrenOnMerge` and `AddDeletePRBranchComment`
into `service.DeleteBranch`.
2025-01-10 03:51:03 +08:00
..
check_test.go
check.go Add missed transaction on setmerged (#33079) 2025-01-08 03:16:56 +00:00
comment.go
commit_status_test.go
commit_status.go
edits.go
lfs.go
main_test.go
merge_ff_only.go
merge_merge.go
merge_prepare.go Move some errors to their own sub packages (#32880) 2024-12-20 18:05:29 +00:00
merge_rebase.go
merge_squash.go Fix duplicate co-author in squashed merge commit messages (#33020) 2024-12-30 19:03:21 +00:00
merge_test.go
merge.go Add missed transaction on setmerged (#33079) 2025-01-08 03:16:56 +00:00
patch_unmerged.go
patch.go Refactor getpatch/getdiff functions and remove unnecessary fallback (#32817) 2024-12-24 14:29:34 +08:00
pull_test.go
pull.go Automerge supports deleting branch automatically after merging (#32343) 2025-01-10 03:51:03 +08:00
review_test.go
review.go Fix the logic of finding the latest pull review commit ID (#32139) 2024-10-01 01:58:55 +00:00
reviewer_test.go Enable tenv and testifylint rules (#32852) 2024-12-15 10:41:29 +00:00
reviewer.go Fix get reviewers' bug (#32415) 2024-11-22 10:44:48 -05:00
temp_repo.go
update_rebase.go
update.go Support "merge upstream branch" (Sync fork) (#32741) 2024-12-06 21:10:35 +00:00