gitea/services/pull
sillyguodong 0d7cf7b768
Disable sending email after push a commit to a closed PR ()
Close 
Cause by 
In , 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>
..
check.go Add force_merge to merge request and fix checking mergable ()
check_test.go Implement FSFE REUSE for golang files ()
comment.go Fix pull request update showing too many commits with multiple branches ()
commit_status.go Supports wildcard protected branch ()
edits.go Implement FSFE REUSE for golang files ()
lfs.go Refactor and tidy-up the merge/update branch code ()
main_test.go Implement FSFE REUSE for golang files ()
merge.go Refactor merge/update git command calls ()
merge_merge.go Refactor and tidy-up the merge/update branch code ()
merge_prepare.go Refactor merge/update git command calls ()
merge_rebase.go Refactor and tidy-up the merge/update branch code ()
merge_squash.go Improve squash merge commit author and co-author with private emails ()
merge_test.go Support template for merge message description ()
patch.go Refactor and tidy-up the merge/update branch code ()
patch_unmerged.go Implement FSFE REUSE for golang files ()
pull.go Disable sending email after push a commit to a closed PR ()
pull_test.go Support template for merge message description ()
review.go Make Ctrl+Enter submit a pending comment (starting review) instead of submitting a single comment ()
temp_repo.go Refactor and tidy-up the merge/update branch code ()
update.go Refactor and tidy-up the merge/update branch code ()
update_rebase.go Refactor and tidy-up the merge/update branch code ()