You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/services/pull
sillyguodong e962ade99c
Refresh the refernce of the closed PR when reopening (#24231)
Close #24213 
Replace #23830

#### Cause

- Before, in order to making PR can get latest commit after reopening,
the `ref`(${REPO_PATH}/refs/pull/${PR_INDEX}/head) of evrey closed PR
will be updated when pushing commits to the `head branch` of the closed
PR.

#### Changes

- For closed PR , won't perform these behavior: insert`comment`, push
`notification` (UI and email), exectue
[pushToBaseRepo](7422503341/services/pull/pull.go (L409))
function and trigger `action` any more when pushing to the `head branch`
of the closed PR.
- Refresh the reference of the PR when reopening the closed PR (**even
if the head branch has been deleted before**). Make the reference of PR
consistent with the `head branch`.
2 years ago
..
check.go Add force_merge to merge request and fix checking mergable (#23010) 2 years ago
check_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
comment.go Make more functions use ctx instead of db.DefaultContext (#24068) 2 years ago
commit_status.go Supports wildcard protected branch (#20825) 2 years ago
edits.go Implement FSFE REUSE for golang files (#21840) 2 years ago
lfs.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
merge.go Refactor merge/update git command calls (#23366) 2 years ago
merge_merge.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
merge_prepare.go Refactor merge/update git command calls (#23366) 2 years ago
merge_rebase.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
merge_squash.go Improve squash merge commit author and co-author with private emails (#22977) 2 years ago
merge_test.go Support template for merge message description (#22248) 2 years ago
patch.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
patch_unmerged.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pull.go Refresh the refernce of the closed PR when reopening (#24231) 2 years ago
pull_test.go Support template for merge message description (#22248) 2 years ago
review.go Make more functions use ctx instead of db.DefaultContext (#24068) 2 years ago
temp_repo.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
update.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago
update_rebase.go Refactor and tidy-up the merge/update branch code (#22568) 2 years ago