ReportIssuesToPullRequestSettings.

IssueFilters Property

Summary

Gets list of filter functions which should be applied before posting issues to pull requests.

Syntax

public IList<Func<IEnumerable<IIssue>, IEnumerable<IIssue>>> IssueFilters { get; }

Value

Type Description
IList<Func<IEnumerable<IIssue>, IEnumerable<IIssue>>>
GitHub