From 8dba6435ad28a8b22bc180049ff2bc390679896f Mon Sep 17 00:00:00 2001 From: Pascal Berger Date: Sat, 13 Apr 2024 22:29:08 +0200 Subject: [PATCH] Add note that Cake.Issues.PullRequests.GitHubActions has been moved (#227) --- README.md | 41 +---------------------------------------- 1 file changed, 1 insertion(+), 40 deletions(-) diff --git a/README.md b/README.md index 7478f9c..846ef14 100644 --- a/README.md +++ b/README.md @@ -1,42 +1,3 @@ # GitHub Actions support for Cake Issues Addin -This addin for the Cake Build Automation System allows you to write issues found using any code -analyzer or linter to GitHub Actions builds using the [Cake Issues addin](https://github.com/cake-contrib/Cake.Issues). - -For more information about this add-in see the [Cake.Issues website](https://cakeissues.net) -and for general information about the Cake build automation system see the [Cake website](https://cakebuild.net) - -[![License](http://img.shields.io/:license-mit-blue.svg)](https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/blob/feature/build/LICENSE) - -## Information - -| | Stable | Pre-release | -|:--:|:--:|:--:| -|GitHub Release|-|[![GitHub release](https://img.shields.io/github/release/cake-contrib/Cake.Issues.PullRequests.GitHubActions.svg)](https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/releases/latest)| -|NuGet|[![NuGet](https://img.shields.io/nuget/v/Cake.Issues.PullRequests.GitHubActions.svg)](https://www.nuget.org/packages/Cake.Issues.PullRequests.GitHubActions)|[![NuGet](https://img.shields.io/nuget/vpre/Cake.Issues.PullRequests.GitHubActions.svg)](https://www.nuget.org/packages/Cake.Issues.PullRequests.GitHubActions)| - -## Build Status - -| | Develop | Master | -|:--:|:--:|:--:| -|AppVeyor Windows|[![Build status](https://ci.appveyor.com/api/projects/status/trj0g753r3hcw22k/branch/develop?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-issues-pullrequests-githubactions/branch/develop)|[![Build status](https://ci.appveyor.com/api/projects/status/trj0g753r3hcw22k/branch/master?svg=true)](https://ci.appveyor.com/project/cakecontrib/cake-issues-pullrequests-githubactions/branch/master)| -|Azure DevOps Windows|[![Build Status](https://dev.azure.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/_apis/build/status/cake-contrib.Cake.Issues.PullRequests.GitHubActions?branchName=develop&jobName=Windows)](https://dev.azure.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/_build/latest?definitionId=17&branchName=develop)|[![Build Status](https://dev.azure.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/_apis/build/status/cake-contrib.Cake.Issues.PullRequests.GitHubActions?branchName=master&jobName=Windows)](https://dev.azure.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/_build/latest?definitionId=17&branchName=master)| -|GitHub Actions Windows|[![Build Status](https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/workflows/Build%20and%20tests/badge.svg?branch=develop)](https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/actions?query=workflow%3A"Build+and+tests"+branch%3Adevelop)|[![Build Status](https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/workflows/Build%20and%20tests/badge.svg?branch=master)](https://github.com/cake-contrib/Cake.Issues.PullRequests.GitHubActions/actions?query=workflow%3A"Build+and+tests"+branch%3Amaster)| - -## Code Coverage - -[![Coverage Status](https://coveralls.io/repos/github/cake-contrib/Cake.Issues.PullRequests.GitHubActions/badge.svg?branch=develop)](https://coveralls.io/github/cake-contrib/Cake.Issues.PullRequests.GitHubActions?branch=develop) - -## Quick Links - -- [Documentation](https://cakeissues.net) - -## Discussion - -For questions and to discuss ideas & feature requests, use the [GitHub discussions on the Cake GitHub repository](https://github.com/cake-build/cake/discussions), under the [Extension Q&A](https://github.com/cake-build/cake/discussions/categories/extension-q-a) category. - -[![Join in the discussion on the Cake repository](https://img.shields.io/badge/GitHub-Discussions-green?logo=github)](https://github.com/cake-build/cake/discussions) - -## Contributing - -Contributions are welcome. See [Contribution Guidelines](CONTRIBUTING.md). \ No newline at end of file +## Cake.Issues.PullRequests.GitHubActions has been moved into [main Cake.Issues repository](https://github.com/cake-contrib/Cake.Issues).