gitea/services
Giteabot 306b7b5d1d
Refresh the refernce of the closed PR when reopening (#24231) (#24587)
Backport #24231 by @sillyguodong

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`.

Co-authored-by: sillyguodong <33891828+sillyguodong@users.noreply.github.com>
2023-05-08 12:48:06 +02:00
..
actions Handle canceled workflow as a warning instead of a fail (#24282) (#24292) 2023-04-23 15:44:45 -04:00
agit
asymkey
attachment Preserve file size when creating attachments (#23406) (#23426) 2023-03-12 12:45:39 +01:00
auth Require repo scope for PATs for private repos and basic authentication (#24362) (#24364) 2023-04-26 20:57:51 -04:00
automerge
context Use User.ID instead of User.Name in ActivityPub API for Person IRI (#23823) (#23905) 2023-04-03 22:41:57 -05:00
convert
cron
externalaccount
forms Title can be empty when creating tag only (#23917) (#23961) 2023-04-07 20:13:57 +08:00
gitdiff
issue Fix issue attachment handling (#24202) (#24221) 2023-04-20 04:21:10 -04:00
lfs Fix auth check bug (#24382) (#24387) 2023-04-27 17:49:50 -05:00
mailer Preserve file size when creating attachments (#23406) (#23426) 2023-03-12 12:45:39 +01:00
markup
migrations
mirror
org
packages
pull Refresh the refernce of the closed PR when reopening (#24231) (#24587) 2023-05-08 12:48:06 +02:00
release Delete deleted release attachments immediately from storage (#23913) (#23958) 2023-04-06 18:38:34 -04:00
repository Make label templates have consistent behavior and priority (#23749) (#24071) 2023-04-12 16:05:10 +02:00
task
user
webhook Fix incorrect `HookEventType` of pull request review comments (#23650) (#23678) 2023-03-24 20:56:15 -04:00
wiki Fix bug when deleting wiki with no code write permission (#24274) (#24295) 2023-04-23 20:20:45 -04:00