]> source.dussan.org Git - gitea.git/commit
Fix automerge will not work because of some events haven't been triggered (#30780...
authorGiteabot <teabot@gitea.io>
Wed, 22 May 2024 02:08:05 +0000 (10:08 +0800)
committerGitHub <noreply@github.com>
Wed, 22 May 2024 02:08:05 +0000 (02:08 +0000)
commit2648962ae090e702c809f65d0f1a5b5afa23e990
treeac2ad9f063b0d8eed5f4220d23289c8b8d8236f3
parente3390e244142a1fa014f985250f8b89b59eca99b
Fix automerge will not work because of some events haven't been triggered (#30780) (#31039)

Backport #30780 by @lunny

Replace #25741
Close #24445
Close #30658
Close #20646
~Depends on #30805~

Since #25741 has been rewritten totally, to make the contribution
easier, I will continue the work in this PR. Thanks @6543

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: 6543 <6543@obermui.de>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
models/issues/review.go
services/automerge/automerge.go
services/automerge/notify.go [new file with mode: 0644]
services/repository/commitstatus/commitstatus.go
tests/integration/editor_test.go
tests/integration/pull_merge_test.go
tests/integration/pull_review_test.go