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 the specific
IIssueProvider
.
Issues are filtered by Priority
and issues with an AffectedFileRelativePath
are prioritized.
Default is null
which won't set a limit.
Use MaxIssuesToPostAcrossRuns
to set a limit across multiple runs.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- ProviderIssueLimits
Syntax
public Nullable<int> MaxIssuesToPost { get; set; }
Value
Type | Description |
---|---|
Nullable |