ReportIssuesToPullRequestFromIssueProviderSettings.

MaxIssuesToPostForEachIssueProvider Property

Summary

Gets or sets the number of issues which should be posted at maximum for each IIssueProvider. Issues are filtered by Priority and issues with an AffectedFileRelativePath are prioritized. null won't limit issues per issue provider. Default is to filter to 100 issues for each issue provider. Use ProviderIssueLimits to set limits for individual issue providers.

Syntax

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

Value

Type Description
Nullable<int>