IReportIssuesToPullRequestSettings.

ProviderIssueLimits Property

Summary

Gets the issue limits for individual IIssueProvider. The key must be the ProviderType of a specific provider to which the limits should be applied to. Use MaxIssuesToPostForEachIssueProvider to set the same limit to all issue providers.

Syntax

Dictionary<string, IProviderIssueLimits> ProviderIssueLimits { get; }

Value

Type Description
Dictionary<string, IProviderIssueLimits>