IVcsProvider.

CreateIssueCommentAsync(string, string, Issue, string) Method

Namespace
GitReleaseManager.Core.Provider
Containing Type
IVcsProvider

Syntax

Task CreateIssueCommentAsync(string owner, string repository, Issue issue, string comment)

Parameters

Name Type Description
owner string
repository string
issue Issue
comment string

Return Value

Type Description
Task
GitHub