ReportIssuesToPullRequestSettings.

MaxIssuesToPost Property

Summary

Gets or sets the global number of issues which should be posted at maximum over all IIssueProvider. Issues are filtered by Priority and issues with an AffectedFileRelativePath are prioritized. Default is null which won't set a global limit. Use MaxIssuesToPostAcrossRuns to set a limit across multiple runs.

Syntax

public Nullable<int> MaxIssuesToPost { get; set; }

Value

Type Description
Nullable<int>
GitHub