Skip to content
This repository has been archived by the owner on Apr 13, 2024. It is now read-only.

Commit

Permalink
Merge tag '0.9.0' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger committed Sep 26, 2020
2 parents b6c00fa + 4adef87 commit 96b9ed1
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 11 deletions.
8 changes: 4 additions & 4 deletions docs/examples/write-annotations.md
Expand Up @@ -41,14 +41,14 @@ Task("ReportIssuesToGitHubActions").Does(() =>

The output will show up in the build log grouped by issue provider / run:

![Log output](githubactions-log-output.png "Log output")
![Log output](../githubactions-log-output.png "Log output")

Additionally the issues show up as annotations:

![Annotations](githubactions-annotations.png "Annotations")
![Annotations](../githubactions-annotations.png "Annotations")

Having issues available as annotations also means that they will be shown in pull requests on the related file / position:

![Pull request integration](githubactions-pullrequest-integration.png "Pull request integration")
![Pull request integration](../githubactions-pullrequest-integration.png "Pull request integration")

[GitHubActionsBuilds]: ../../../../api/Cake.Issues.PullRequests.GitHubActions/GitHubActionsBuildsAliases/
[GitHubActionsBuilds]: ../../../../api/Cake.Issues.PullRequests.GitHubActions/GitHubActionsBuildsAliases/
7 changes: 5 additions & 2 deletions docs/features.md
Expand Up @@ -3,11 +3,14 @@ Order: 20
Title: Features
Description: Features of the Cake.Issues.PullRequests.GitHubActions addin.
---
The [Cake.Issues.PullRequests.GitHubActions addin] provides the following features.
The [Cake.Issues.PullRequests.GitHubActions addin] creates annotations from issues when running on GitHub actions.

![Pull request integration](githubactions-pullrequest-integration.png "Pull request integration")

# Basic features

* Reports issues as annotations to GitHub Actions builds.
* Group issues in log output by provider and run information.

# Supported capabilities

Expand All @@ -19,4 +22,4 @@ The [Cake.Issues.PullRequests.GitHubActions addin] doesn't support any additiona
| <span class="glyphicon glyphicon-remove" style="color:red"></span> | Discussion threads | |
| <span class="glyphicon glyphicon-remove" style="color:red"></span> | Filtering by modified files | |

[Cake.Issues.PullRequests.GitHubActions addin]: https://www.nuget.org/packages/Cake.Issues.PullRequests.GitHubActions
[Cake.Issues.PullRequests.GitHubActions addin]: https://www.nuget.org/packages/Cake.Issues.PullRequests.GitHubActions
2 changes: 1 addition & 1 deletion docs/requirements.md
Expand Up @@ -6,4 +6,4 @@ Description: Requirements for the Cake.Issues.PullRequests.GitHubActions addin.
The requirements for using the [Cake.Issues.PullRequests.GitHubActions addin] are listed in the [release notes] for any specific version.

[Cake.Issues.PullRequests.GitHubActions addin]: https://www.nuget.org/packages/Cake.Issues.PullRequests.GitHubActions
[release notes]: release-notes
[release notes]: release-notes
8 changes: 4 additions & 4 deletions nuspec/nuget/Cake.Issues.PullRequests.GitHubActions.nuspec
Expand Up @@ -8,12 +8,12 @@
<owners>pascalberger, cake-contrib</owners>
<summary>GitHub Actions support for the Cake.Issues addin for Cake Build Automation System</summary>
<description>
GitHub Actions support for the Cake.Issues addin for Cake allows you to report to GitHub Actions builds.
GitHub Actions support for the Cake.Issues addin for Cake allows you to report to GitHub Actions builds.

This addin provides the aliases for writing to GitHub Actions builds.
It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers.
This addin provides the aliases for writing to GitHub Actions builds.
It also requires the core Cake.Issues and Cake.Issues.PullRequests addins and one or more issue providers.

See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts.
See the Project Site for an overview of the whole ecosystem of addins for working with issues in Cake scripts.
</description>
<license type="expression">MIT</license>
<projectUrl>https://cakeissues.net</projectUrl>
Expand Down

0 comments on commit 96b9ed1

Please sign in to comment.