IIssuesParametersPullRequestSystem.

ShouldSetPullRequestStatus Property

Summary

Gets or sets a value indicating whether a status on the pull request should be set if there are any issues found. The status is succeeded if there are no issues and fails as soon as issues from any issue provider or run have been found. Use ShouldSetSeparatePullRequestStatusForEachIssueProviderAndRun to report additional status for issues of every issue provider and run. Default value is true.

Syntax

bool ShouldSetPullRequestStatus { get; set; }

Value

Type Description
bool
GitHub