ISupportDiscussionThreads.

ReopenDiscussionThreads(IEnumerable<IPullRequestDiscussionThread>) Method

Summary

Marks a list of discussion threads as active.

Syntax

void ReopenDiscussionThreads(IEnumerable<IPullRequestDiscussionThread> threads)

Parameters

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

Return Value

Type Description
void
GitHub