0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-12-03 07:59:48 +01:00
gitea/services/pull
sillyguodong 35cb786ca1
[Patch] Fix closed PR also triggers Webhooks and actions (#23782)
Fix #23707 
Cause by #23189
This PR is a quick fix that, when pushing commits to closed PR, webhook
and actions also be triggered.
2023-03-30 16:26:02 +08:00
..
check_test.go
check.go
comment.go Fix pull request update showing too many commits with multiple branches (#22856) 2023-03-09 12:14:22 -06:00
commit_status.go
edits.go
lfs.go
main_test.go
merge_merge.go
merge_prepare.go Refactor merge/update git command calls (#23366) 2023-03-09 09:48:52 -06:00
merge_rebase.go
merge_squash.go Improve squash merge commit author and co-author with private emails (#22977) 2023-03-09 22:17:04 -05:00
merge_test.go
merge.go Refactor merge/update git command calls (#23366) 2023-03-09 09:48:52 -06:00
patch_unmerged.go
patch.go
pull_test.go
pull.go [Patch] Fix closed PR also triggers Webhooks and actions (#23782) 2023-03-30 16:26:02 +08:00
review.go
temp_repo.go
update_rebase.go
update.go