From c0ae5cb27b4c56659f447a84fb55156a3ce9870e Mon Sep 17 00:00:00 2001 From: Alex Page Date: Fri, 13 Sep 2019 21:20:57 -0400 Subject: [PATCH] Replace old deprecated actions with new one MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, I made a bunch of actions which I have now replaced with one action. I have removed the links to the old actions and added the new one. 👍 --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 2f92b93..27bbb18 100644 --- a/README.md +++ b/README.md @@ -64,14 +64,11 @@ An example: `https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%2 - [Alternative (Python-based) for Running GitHub Actions Locally](https://github.com/systemslab/popper) - [Manage GitHub Action workflows and actions by cli](https://github.com/inextensodigital/actions/tree/master/github-workflow) - Allows you to script edition. - [GitHub Action Builder and Previewer](https://create-github-action.now.sh/) -- [Move assigned issues to column in GitHub projects](https://github.com/alex-page/move-assigned-issue-column) -- [Move assigned pull requests to column in GitHub projects](https://github.com/alex-page/move-assigned-pulls-column) -- [Add new issues to GitHub projects](https://github.com/alex-page/add-new-issue-project) -- [Add new pull requests to GitHub projects](https://github.com/alex-page/add-new-pulls-project) - [Add releases to GitHub](https://github.com/elgohr/Github-Release-Action) - [Publish a docker image to Dockerhub](https://github.com/elgohr/Publish-Docker-Github-Action) - [Create an issue using content from a file](https://github.com/peter-evans/create-issue-from-file) - [Publish GitHub Releases with Assets](https://github.com/softprops/action-gh-release) +- [GitHub Project Automation+](https://github.com/alex-page/github-project-automation-plus) ### Collection of Actions