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
.Frosting .Issues .Recipe .dll - Namespace
- Cake
.Frosting .Issues .Recipe - Containing Type
- Issues
Parameters Pull Request System
Syntax
public Nullable<int> MaxIssuesToPostForEachIssueProvider { get; set; }
Value
Type | Description |
---|---|
Nullable |