Skip to content

Commit 3ce0838

Browse files
committed
Merge branch 'release/4.4.0'
2 parents 09a73b4 + 1b53014 commit 3ce0838

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

docs/configuration.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ By default [Cake.Git addin] will be used.
7272
| `IssuesParameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`MaxIssuesToPostAcrossRuns` | `IssuesContext.Parameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`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. |
7373
| `IssuesParameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`MaxIssuesToPostForEachIssueProvider` | `IssuesContext.Parameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`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. |
7474
| `IssuesParameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`ProviderIssueLimits` | `IssuesContext.Parameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`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/>&nbsp;&nbsp;&nbsp;&nbsp;`IssueFilters` | `IssuesContext.Parameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`IssueFilters` | Empty | List of filter functions which should be applied before posting issues to pull requests. |
7576
| `IssuesParameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`ShouldSetPullRequestStatus` | `IssuesContext.Parameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`ShouldSetPullRequestStatus` | `true` | Indicates whether a status on the pull request should be set if there are any issues found. |
7677
| `IssuesParameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`ShouldSetSeparatePullRequestStatusForEachIssueProviderAndRun` | `IssuesContext.Parameters.PullRequestSystem.`<br/>&nbsp;&nbsp;&nbsp;&nbsp;`ShouldSetSeparatePullRequestStatusForEachIssueProviderAndRun` | `true` | Indicates whether a separate status should be set for issues of every issue provider and run. |
7778

docs/overview.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,18 @@ Cake.Issues recipes will add the following addins to your build:
2525
| Addin Cake.Issues.Recipe | Addin.Frosting.Issues.Recipe | Remarks |
2626
|---------------------------------------------------------|---------------------------------------------------------|-|
2727
| [Cake.Git] 4.0.0 | [Cake.Frosting.Git] 4.0.0 | Only used if `RepositoryInfoProvider` type is set to `RepositoryInfoProviderType.CakeGit`. See [Git repository information configuration] for details. |
28-
| [Cake.Issues] 4.3.1 | [Cake.Issues] 4.3.1 | |
29-
| [Cake.Issues.MsBuild] 4.3.1 | [Cake.Frosting.Issues.MsBuild] 4.3.1 | |
30-
| [Cake.Issues.InspectCode] 4.3.1 | [Cake.Frosting.Issues.InspectCode] 4.3.1 | |
31-
| [Cake.Issues.Markdownlint] 4.3.1 | [Cake.Frosting.Issues.Markdownlint] 4.3.1 | |
32-
| [Cake.Issues.EsLint] 4.3.1 | [Cake.Frosting.Issues.EsLint] 4.3.1 | |
33-
| [Cake.Issues.Reporting] 4.3.1 | [Cake.Frosting.Issues.Reporting] 4.3.1 | |
34-
| [Cake.Issues.Reporting.Generic] 4.3.1 | [Cake.Frosting.Issues.Reporting.Generic] 4.3.1 | |
35-
| [Cake.Issues.Reporting.Sarif] 4.3.1 | [Cake.Frosting.Issues.Reporting.Sarif] 4.3.1 | |
36-
| [Cake.Issues.PullRequests] 4.3.1 | [Cake.Frosting.Issues.PullRequests] 4.3.1 | |
37-
| [Cake.Issues.PullRequests.AppVeyor] 4.3.1 | [Cake.Frosting.Issues.PullRequests.AppVeyor] 4.3.1 | |
38-
| [Cake.Issues.PullRequests.AzureDevOps] 4.3.1 | [Cake.Frosting.Issues.PullRequests.AzureDevOps] 4.3.1 | |
39-
| [Cake.Issues.PullRequests.GitHubActions] 4.3.1 | [Cake.Frosting.Issues.PullRequests.GitHubActions] 4.3.1 | |
28+
| [Cake.Issues] 4.4.0 | [Cake.Issues] 4.4.0 | |
29+
| [Cake.Issues.MsBuild] 4.4.0 | [Cake.Frosting.Issues.MsBuild] 4.4.0 | |
30+
| [Cake.Issues.InspectCode] 4.4.0 | [Cake.Frosting.Issues.InspectCode] 4.4.0 | |
31+
| [Cake.Issues.Markdownlint] 4.4.0 | [Cake.Frosting.Issues.Markdownlint] 4.4.0 | |
32+
| [Cake.Issues.EsLint] 4.4.0 | [Cake.Frosting.Issues.EsLint] 4.4.0 | |
33+
| [Cake.Issues.Reporting] 4.4.0 | [Cake.Frosting.Issues.Reporting] 4.4.0 | |
34+
| [Cake.Issues.Reporting.Generic] 4.4.0 | [Cake.Frosting.Issues.Reporting.Generic] 4.4.0 | |
35+
| [Cake.Issues.Reporting.Sarif] 4.4.0 | [Cake.Frosting.Issues.Reporting.Sarif] 4.4.0 | |
36+
| [Cake.Issues.PullRequests] 4.4.0 | [Cake.Frosting.Issues.PullRequests] 4.4.0 | |
37+
| [Cake.Issues.PullRequests.AppVeyor] 4.4.0 | [Cake.Frosting.Issues.PullRequests.AppVeyor] 4.4.0 | |
38+
| [Cake.Issues.PullRequests.AzureDevOps] 4.4.0 | [Cake.Frosting.Issues.PullRequests.AzureDevOps] 4.4.0 | |
39+
| [Cake.Issues.PullRequests.GitHubActions] 4.4.0 | [Cake.Frosting.Issues.PullRequests.GitHubActions] 4.4.0 | |
4040
| [Cake.AzureDevOps] 4.0.0 | [Cake.AzureDevOps] 4.0.0 | |
4141

4242
[Cake.Issues.Recipe]: https://www.nuget.org/packages/Cake.Issues.Recipe

0 commit comments

Comments
 (0)