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