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 global number of issues which should be posted at maximum over all
IIssueProvider
.
Issues are filtered by Priority
and issues with an AffectedFileRelativePath
are prioritized.
Default is null
which won't set a global limit.
Use MaxIssuesToPostAcrossRuns
to set a limit across multiple runs.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Report
Issues To Pull Request Settings
Syntax
public Nullable<int> MaxIssuesToPost { get; set; }
Value
Type | Description |
---|---|
Nullable |