Cake.Issues.PullRequests.GitHubActions

GitHub Actions support for the Cake.Issues addin 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. See cakeissues.net for an overview of the whole ecosystem of addins for working with issues in Cake scripts.

#addin nuget:?package=Cake.Issues.PullRequests.GitHubActions&version=4.3.0

dotnet add package Cake.Issues.PullRequests.GitHubActions --version 4.3.0

<PackageReference Include="Cake.Issues.PullRequests.GitHubActions" Version="4.3.0" />

Aliases

Contains functionality related to writing code analysis issues to GitHub Actions.

Pull Request Systems

GitHubActionsBuilds(GitHubActionsBuildSettings) Gets an object for writing issues to GitHub Actions using the specified settings.
GitHubActionsBuilds() Gets an object for writing issues to GitHub Actions using the default settings.