remove duplicated actions

This commit is contained in:
Lunny Xiao 2019-11-13 21:02:17 +08:00
parent 0e063de211
commit ac7c78d004
No known key found for this signature in database
GPG Key ID: C3B7C91B632F738A
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ func createCodeComment(doer *models.User, repo *models.Repository, issue *models
CommitSHA: commitID,
ReviewID: reviewID,
Patch: patch,
NoAction: true,
})
}