GitHubActionsPullRequestSystem.

InternalPostDiscussionThreads(IEnumerable<IIssue>, string) Method

Summary

Posts discussion threads for all issues which need to be posted. Compared to Cake.Issues.PullRequests.BasePullRequestSystem.PostDiscussionThreads(System.Collections.Generic.IEnumerable{Cake.Issues.IIssue},System.String) it is safe to access Settings from this method.

Syntax

protected override void InternalPostDiscussionThreads(IEnumerable<IIssue> issues, string commentSource)

Parameters

Name Type Description
issues IEnumerable<IIssue> Issues which need to be posted.
commentSource string Value used to decorate comments created by this add-in.

Return Value

Type Description
void