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 a21f7c5 commit cb92b17Copy full SHA for cb92b17
models/issue_comment.go
@@ -779,6 +779,7 @@ func CreateComment(opts *CreateCommentOptions) (comment *Comment, err error) {
779
return comment, nil
780
}
781
782
+// CreateCommentWithNoAction creates comment of issue or commit with no action created
783
func CreateCommentWithNoAction(opts *CreateCommentOptions) (comment *Comment, err error) {
784
sess := x.NewSession()
785
defer sess.Close()
0 commit comments