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.
Syntax
public ProviderIssueLimits(Nullable<int> maxIssuesToPost = null, Nullable<int> maxIssuesToPostAcrossRuns = null)
Parameters
Name |
Type |
Description |
maxIssuesToPost |
Nullable<int> |
Maximum amount of issues to be posted in a single run. |
maxIssuesToPostAcrossRuns |
Nullable<int> |
Maximum amount of issues to be posted across all runs. |
Return Value