BaseDiscussionThreadsCapability<T>.

InternalReopenDiscussionThreads(IEnumerable<IPullRequestDiscussionThread>) Method

Summary

Marks a list of discussion threads as active. Compared to Cake.Issues.PullRequests.BaseDiscussionThreadsCapability`1.ReopenDiscussionThreads(System.Collections.Generic.IEnumerable{Cake.Issues.PullRequests.IPullRequestDiscussionThread}) it is safe to access Settings from this method.

Syntax

protected abstract void InternalReopenDiscussionThreads(IEnumerable<IPullRequestDiscussionThread> threads)

Parameters

Name Type Description
threads IEnumerable<IPullRequestDiscussionThread> Threads to mark as active.

Return Value

Type Description
void
GitHub