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
- IProviderIssueLimits
Syntax
Nullable<int> MaxIssuesToPost { get; set; }
Value
Type | Description |
---|---|
Nullable |