1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-19 04:04:59 +01:00
gitea/services/pull
sillyguodong 0d7cf7b768
Disable sending email after push a commit to a closed PR (#23462)
Close #23440
Cause by #23189
In #23189, we should insert a comment record into db when pushing a
commit to the PR, even if the PR is closed.
But should skip sending any notification in this case.

---------

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2023-03-15 14:42:21 +08:00
..
check_test.go
check.go
comment.go
commit_status.go
edits.go
lfs.go
main_test.go
merge_merge.go
merge_prepare.go
merge_rebase.go
merge_squash.go
merge_test.go
merge.go
patch_unmerged.go
patch.go
pull_test.go
pull.go
review.go
temp_repo.go
update_rebase.go
update.go