2 implementations of PostCommentAsync
Microsoft.DotNet.VersionTools (2)
Automation\GitHubApi\GitHubClient.cs (1)
274
public async Task
PostCommentAsync
(GitHubProject project, int issueNumber, string message)
Automation\VstsApi\VstsAdapterClient.cs (1)
252
public async Task
PostCommentAsync
(GitHubProject project, int issueNumber, string message)
2 references to PostCommentAsync
Microsoft.DotNet.VersionTools (2)
Automation\PullRequestCreator.cs (2)
133
await client.
PostCommentAsync
(upstream, pullRequestToUpdate.Number, comment);
213
await client.
PostCommentAsync
(