We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d3883a commit 76694f1Copy full SHA for 76694f1
services/automerge/notify.go
@@ -48,7 +48,7 @@ func (n *automergeNotifier) PullReviewDismiss(ctx context.Context, doer *user_mo
48
StartPRCheckAndAutoMerge(ctx, review.Issue.PullRequest)
49
}
50
51
-func (m *automergeNotifier) CreateCommitStatus(ctx context.Context, repo *repo_model.Repository, commit *repository.PushCommit, sender *user_model.User, status *git_model.CommitStatus) {
+func (n *automergeNotifier) CreateCommitStatus(ctx context.Context, repo *repo_model.Repository, commit *repository.PushCommit, sender *user_model.User, status *git_model.CommitStatus) {
52
if status.State.IsSuccess() {
53
if err := StartPRCheckAndAutoMergeBySHA(ctx, commit.Sha1, repo); err != nil {
54
log.Error("MergeScheduledPullRequest[repo_id: %d, user_id: %d, sha: %s]: %w", repo.ID, sender.ID, commit.Sha1, err)
0 commit comments