This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Issues.PullRequests.
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.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Report
Issues To Pull Request From Issue Provider Settings
Syntax
public Nullable<int> MaxIssuesToPostForEachIssueProvider { get; set; }
Value
Type | Description |
---|---|
Nullable |