You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/configuration.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -72,6 +72,7 @@ By default [Cake.Git addin] will be used.
72
72
|`IssuesParameters.PullRequestSystem.`<br/> `MaxIssuesToPostAcrossRuns`|`IssuesContext.Parameters.PullRequestSystem.`<br/> `MaxIssuesToPostAcrossRuns`|`null`| Global number of issues which should be posted at maximum over all issue providers and across multiple runs. Issues are filtered by priority and issues with a file path are prioritized. `null` won't set a limit across multiple runs. |
73
73
|`IssuesParameters.PullRequestSystem.`<br/> `MaxIssuesToPostForEachIssueProvider`|`IssuesContext.Parameters.PullRequestSystem.`<br/> `MaxIssuesToPostForEachIssueProvider`|`100`| Number of issues which should be posted at maximum for each issue provider. Issues are filtered by priority and issues with a file path are prioritized. `null` won't limit issues per issue provider. |
74
74
|`IssuesParameters.PullRequestSystem.`<br/> `ProviderIssueLimits`|`IssuesContext.Parameters.PullRequestSystem.`<br/> `ProviderIssueLimits`| Empty | Issue limits for individual issue provider. The key must be the `IIssue.ProviderType` of a specific provider to which the limits should be applied to. |
75
+
|`IssuesParameters.PullRequestSystem.`<br/> `IssueFilters`|`IssuesContext.Parameters.PullRequestSystem.`<br/> `IssueFilters`| Empty | List of filter functions which should be applied before posting issues to pull requests. |
75
76
|`IssuesParameters.PullRequestSystem.`<br/> `ShouldSetPullRequestStatus`|`IssuesContext.Parameters.PullRequestSystem.`<br/> `ShouldSetPullRequestStatus`|`true`| Indicates whether a status on the pull request should be set if there are any issues found. |
76
77
|`IssuesParameters.PullRequestSystem.`<br/> `ShouldSetSeparatePullRequestStatusForEachIssueProviderAndRun`|`IssuesContext.Parameters.PullRequestSystem.`<br/> `ShouldSetSeparatePullRequestStatusForEachIssueProviderAndRun`|`true`| Indicates whether a separate status should be set for issues of every issue provider and run. |
0 commit comments