Summary
Gets list of filter functions which should be applied before posting issues to pull requests.
- Assembly
- Cake
.Issues .PullRequests .dll - Namespace
- Cake
.Issues .PullRequests - Containing Type
- Report
Issues To Pull Request From Issue Provider Settings
Syntax
public IList<Func<IEnumerable<IIssue>, IEnumerable<IIssue>>> IssueFilters { get; }