From 868546a54f1547435fb88556853f28f787093c0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Falc=C3=A3o?= Date: Sun, 22 Mar 2020 19:54:51 +0100 Subject: [PATCH 001/130] Include action to setup python with pyenv --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..dc4fc56 100644 --- a/README.md +++ b/README.md @@ -153,6 +153,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup `ssh-agent`](https://github.com/webfactory/ssh-agent) - Run `ssh-agent` with additional SSH keys to access private repositories. - [GitHub Actions Badges for your README](https://github.com/atrox/github-actions-badge) - [GitHub Actions for Python project with poetry](https://github.com/abatilo/actions-poetry) +- [GitHub Actions for Python project with pyenv](https://github.com/gabrielfalcao/pyenv-action) - [GitHub Actions to compile LaTeX documents](https://github.com/xu-cheng/latex-action) - [Update Maxmind Databases](https://github.com/meetup/maxmind-updater) - [Debug with SSH over tmate](https://github.com/mxschmitt/action-tmate) - Debug the Action directly by providing a SSH connection. From f82a8d421ebe655f353e57f072474722f874835c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dariusz=20Rumi=C5=84ski?= Date: Sun, 29 Mar 2020 20:02:06 +0200 Subject: [PATCH 002/130] Update PHP CS Fixer name to proper one --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a480ba9..69dcf82 100644 --- a/README.md +++ b/README.md @@ -220,7 +220,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Linting -- [PHP Code fixer Action](https://github.com/OskarStark/php-cs-fixer-ga) +- [PHP Coding Standards Fixer Action](https://github.com/OskarStark/php-cs-fixer-ga) - [Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action) - [Run ESLint, with reviewdog output on the PR](https://github.com/reviewdog/action-eslint) - [JavaScript-based linter for \*.workflow files](https://github.com/OmarTawfik/github-actions-js) From dd20be87e671553ac013b0c00f3eef8c7ad48e7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pogeant?= Date: Mon, 13 Apr 2020 17:08:56 +0200 Subject: [PATCH 003/130] Add Golint action inside Linting subsection --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a10fa56..2cf4f3a 100644 --- a/README.md +++ b/README.md @@ -259,6 +259,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint) - [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher) - [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck) +- [Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action) #### Security From 13e18bcf6c3743c9f113f486f8dbbd708df89a10 Mon Sep 17 00:00:00 2001 From: Meir Gabay Date: Thu, 16 Apr 2020 09:43:33 +0300 Subject: [PATCH 004/130] githubsecrets-cli Add to Security - Manage Your GitHub Actions secrets, With A Simple CLI - https://github.com/unfor19/githubsecrets --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa100c4..ffebcd1 100644 --- a/README.md +++ b/README.md @@ -278,6 +278,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. - [Snyk Test Action](https://github.com/snyk/actions) +- [Manage Your GitHub Actions secrets, With A Simple CLI](https://github.com/unfor19/githubsecrets) #### Code Coverage From d362b317c80547f5733d6c1a9d7506862a6b5dc0 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Thu, 16 Apr 2020 09:14:39 -0500 Subject: [PATCH 005/130] add tutorial https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/ --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa100c4..9b8e6ab 100644 --- a/README.md +++ b/README.md @@ -480,6 +480,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions Advent Calendar](https://www.edwardthomson.com/blog/github_actions_advent_calendar.html) - [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/) +- [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information From 8188148be4c519a9b4c49c453c280e6295b5fcba Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Thu, 16 Apr 2020 23:16:58 +0900 Subject: [PATCH 006/130] Adding "Setup COBOL" GH action --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aa100c4..9162d6b 100644 --- a/README.md +++ b/README.md @@ -454,8 +454,9 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild) - [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action) - [Run Pascal Script](https://github.com/fabasoad/pascal-action) -- [Setup Brainfuck](https://github.com/fabasoad/brainfuck-install-action/) - Setup brainfuck interpreter. +- [Setup Brainfuck](https://github.com/fabasoad/setup-brainfuck-action) - Setup brainfuck interpreter. - [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action) +- [Setup COBOL](https://github.com/fabasoad/setup-cobol-action) ### Database From 725acb3a01f4ba04c8c3c237dc6aecca504df512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pogeant?= Date: Mon, 13 Apr 2020 17:05:05 +0200 Subject: [PATCH 007/130] Add Goimports action inside Dynamic Analysis section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index a10fa56..8e7aff1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Collection of Actions](#collection-of-actions) - [Utility](#utility) - [Static Analysis](#static-analysis) + - [Dynamic Analysis](#dynamic-analysis) - [Monitoring](#monitoring) - [Pull Requests](#pull-requests) - [GitHub Pages](#github-pages) @@ -277,6 +278,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action) - [Update repository go report card](https://github.com/creekorful/goreportcard-action) +### Dynamic Analysis + +- [Run Goimports to check Golang imports order](https://github.com/Jerome1337/goimports-action) + ### Monitoring - [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action) From a5b5234663e18d5f98bae324d5a51db16c082056 Mon Sep 17 00:00:00 2001 From: Renato Vicente Date: Mon, 20 Apr 2020 19:39:32 -0300 Subject: [PATCH 008/130] Adding auto-label action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa100c4..556947d 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) - [Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator) - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) +- [Auto label issue based on a text/synonym](https://github.com/Renato66/auto-label) ### Collection of Actions From dc645a16d194ad94d1b29dd8478eb25917d6b4db Mon Sep 17 00:00:00 2001 From: Lucas Bustamante Date: Tue, 21 Apr 2020 20:50:51 -0300 Subject: [PATCH 009/130] Add setup-php action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa100c4..56afd3c 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [actions/setup-java: Java](https://github.com/actions/setup-java) - [actions/setup-ruby: Ruby](https://github.com/actions/setup-ruby) - [actions/setup-elixir: Elixir](https://github.com/actions/setup-elixir) +- [shivammathur/setup-php: PHP](https://github.com/shivammathur/setup-php) ### Create your Actions From 3b042f6ef14b3d673f89cc5ed2309a32e106ee0d Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Wed, 22 Apr 2020 03:24:04 +0100 Subject: [PATCH 010/130] docs: Adding Lazarus/FPC Setup action: setup-lazarus --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa100c4..59e9df9 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) - [GitHub Actions for Docker](https://github.com/docker/github-actions) - [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions) +- [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) ### Utility From 7c77214c5e6fc40ea8113a2725fc2cd328e72c76 Mon Sep 17 00:00:00 2001 From: Tiziano Santoro Date: Wed, 22 Apr 2020 19:55:23 +0100 Subject: [PATCH 011/130] Remove actions/github link actions/github is deprecated as of https://github.com/actions/github/commit/8436f278d078afda032acdb40c7dcd6414fa186a --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index aa100c4..3e78a73 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,6 @@ Tool actions for your workflow. -- [actions/github](https://github.com/actions/github) - Wraps actions-toolkit into an Action for common GitHub automations. - [actions/checkout](https://github.com/actions/checkout) - Setup your repository on your workflow. - [actions/upload-artifact](https://github.com/actions/upload-artifact) - Upload artifacts from your workflow. - [actions/download-artifact](https://github.com/actions/download-artifact) - Download artifacts from your build. From ebedfff8a9bc9a9a72f9d521a9f702a2b58e4388 Mon Sep 17 00:00:00 2001 From: Nikita Date: Thu, 23 Apr 2020 21:11:10 +0200 Subject: [PATCH 012/130] Add MessageBird-based SMS action Repo: https://github.com/nikitasavinov/messagebird-sms-action Marketplace: https://github.com/marketplace/actions/messagebird-sms --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index aa100c4..a24becc 100644 --- a/README.md +++ b/README.md @@ -351,6 +351,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send a Push Notification via Pushbullet](https://github.com/ShaunLWM/action-pushbullet) - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) +- [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) ### Deployment From b8f67c9308cb235e7e3db6923997533b6db09748 Mon Sep 17 00:00:00 2001 From: Gustavo Carreno Date: Sat, 25 Apr 2020 00:40:48 +0100 Subject: [PATCH 013/130] docs: As requested, moved to section Utilities --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 59e9df9..95e8076 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) - [GitHub Actions for Docker](https://github.com/docker/github-actions) - [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions) -- [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) ### Utility @@ -199,6 +198,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Memer Action](https://github.com/Bhupesh-V/memer-action) - A GitHub Action for Programmer Memes xD. - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. +- [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) + #### Environments From 9f2937f4c393eea2d2c83880d179c5d748d07507 Mon Sep 17 00:00:00 2001 From: Renato Vicente Date: Fri, 24 Apr 2020 23:09:14 -0300 Subject: [PATCH 014/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 556947d..4c20f4f 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) - [Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator) - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) -- [Auto label issue based on a text/synonym](https://github.com/Renato66/auto-label) +- [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) ### Collection of Actions From 255e21c3e762d7d149d051e55b6d6e87f0a55e24 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 26 Apr 2020 05:17:29 -0400 Subject: [PATCH 015/130] spelling: screenshots --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1227a..6bfb512 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action) - [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action) - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) -- [Get generated static site screeshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) +- [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) ### GitHub Pages From aa2fbca5065e1281a7ffcbe1f6e5ca8345342ccb Mon Sep 17 00:00:00 2001 From: Meir Gabay Date: Mon, 27 Apr 2020 11:08:47 +0300 Subject: [PATCH 016/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ffebcd1..3c47c62 100644 --- a/README.md +++ b/README.md @@ -278,7 +278,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. - [Snyk Test Action](https://github.com/snyk/actions) -- [Manage Your GitHub Actions secrets, With A Simple CLI](https://github.com/unfor19/githubsecrets) +- [Manage Your GitHub Actions Secrets With A Simple CLI](https://github.com/unfor19/githubsecrets) #### Code Coverage From c4d3a02bb9c558dc2f970d3a4b9ec59ec5cfd2a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20N=C3=BA=C3=B1ez?= Date: Mon, 27 Apr 2020 14:46:31 +0200 Subject: [PATCH 017/130] Adding check my bundlephobia action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a1227a..6a8d898 100644 --- a/README.md +++ b/README.md @@ -292,6 +292,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Lighthouse in CI using GitHub Actions](https://github.com/treosh/lighthouse-ci-action) - [Continuous Benchmarking and Benchmark Visualization for Go](https://github.com/bobheadxi/gobenchdata) - [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded. +- [Check my bundlephobia Action](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website. Let's you also reject PR on threshold surpassed ### Pull Requests From 340cc0c113e390cccf59855db18de27a01f007bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carles=20N=C3=BA=C3=B1ez?= Date: Mon, 27 Apr 2020 15:32:45 +0200 Subject: [PATCH 018/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a8d898..4cf8495 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Lighthouse in CI using GitHub Actions](https://github.com/treosh/lighthouse-ci-action) - [Continuous Benchmarking and Benchmark Visualization for Go](https://github.com/bobheadxi/gobenchdata) - [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded. -- [Check my bundlephobia Action](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website. Let's you also reject PR on threshold surpassed +- [Check my bundlephobia Action](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website. Let's you also reject PR on threshold surpassed. ### Pull Requests From 8d3748f97a24a30af435ca06df0b4ae7167ec8dd Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Fri, 1 May 2020 12:54:04 +0900 Subject: [PATCH 019/130] Add ghacu to GitHub Tools and Management --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a1227a..c385bae 100644 --- a/README.md +++ b/README.md @@ -134,6 +134,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Get Commit Difference Count Between Two Branches](https://github.com/jessicalostinspace/commit-difference-action) - [Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator) - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) +- [Update configured GitHub Actions to the latest versions](https://github.com/fabasoad/ghacu) ### Collection of Actions From 3aa4596d3ba3b26e04f2a0e0d363df4f929ac268 Mon Sep 17 00:00:00 2001 From: Markus Staab Date: Fri, 1 May 2020 10:26:34 +0200 Subject: [PATCH 020/130] =?UTF-8?q?Add=20=E2=80=9E=20Annotate=20a=20Github?= =?UTF-8?q?=20Pull=20Request=20based=20on=20a=20Checkstyle=20XML-report?= =?UTF-8?q?=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a1227a..ebac323 100644 --- a/README.md +++ b/README.md @@ -320,6 +320,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screeshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) +- [Annotate a Github Pull Request based on a Checkstyle XML-report](https://github.com/staabm/annotate-pull-request-from-checkstyle) ### GitHub Pages From 89c12f3aeeeff3c61eb4db47bce6f08f6de1adc8 Mon Sep 17 00:00:00 2001 From: florisvdg Date: Fri, 1 May 2020 17:08:59 +0200 Subject: [PATCH 021/130] Add SecretHub https://github.com/secrethub/actions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a1227a..81a479e 100644 --- a/README.md +++ b/README.md @@ -277,6 +277,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. - [Snyk Test Action](https://github.com/snyk/actions) +- [SecretHub](https://github.com/secrethub/actions) - Have a single source of truth for your secrets and load them into GitHub Actions on demand #### Code Coverage From dc54a03a379a25c21531b58552acf9a44fcb83ae Mon Sep 17 00:00:00 2001 From: florisvdg Date: Fri, 1 May 2020 17:18:24 +0200 Subject: [PATCH 022/130] Fix punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81a479e..3f9ba23 100644 --- a/README.md +++ b/README.md @@ -277,7 +277,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Secret Spreader](https://github.com/webfactory/secret-spreader) - Not an action per se, but a tool to manage Actions Secrets across a list of repositories. - [Secrets Sync Action](https://github.com/google/secrets-sync-action) - Action syncs secrets across multiple repositories. - [Snyk Test Action](https://github.com/snyk/actions) -- [SecretHub](https://github.com/secrethub/actions) - Have a single source of truth for your secrets and load them into GitHub Actions on demand +- [SecretHub](https://github.com/secrethub/actions) - Have a single source of truth for your secrets and load them into GitHub Actions on demand. #### Code Coverage From 56d6ac82aac8306b3801c7ec619c3211c0457af7 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Tue, 5 May 2020 07:52:14 +0300 Subject: [PATCH 023/130] Add setup-xcode action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a1227a..8ecaf91 100644 --- a/README.md +++ b/README.md @@ -193,6 +193,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Has Changed Path](https://github.com/MarceloPrado/has-changed-path) - Conditionally run actions based on changed paths. - [Linguist](https://github.com/fabasoad/linguist-action) - Checks a repository and produces information about used languages in output. - [Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/) - Make Twilio voice call with defined text. +- [Setup Xcode](https://github.com/maxim-lobanov/setup-xcode) - Switch between pre-installed versions of Xcode for macOS images - [Setup Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - Switch between pre-installed versions of Xamarin and Mono for macOS images. - [Memer Action](https://github.com/Bhupesh-V/memer-action) - A GitHub Action for Programmer Memes xD. - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. From 7e866cc58612215d0facf7b1fe5575e9470549aa Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Thu, 7 May 2020 11:45:37 +0900 Subject: [PATCH 024/130] Add Twilio Fax to Utility --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4a1227a..7e44147 100644 --- a/README.md +++ b/README.md @@ -197,6 +197,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Memer Action](https://github.com/Bhupesh-V/memer-action) - A GitHub Action for Programmer Memes xD. - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. +- [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. #### Environments From b025cb295a06cf114dd378965a8eddb0b6c5afe1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=B6ller?= Date: Fri, 8 May 2020 14:15:47 +0200 Subject: [PATCH 025/130] Fix: Name and reference --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a1227a..6c3b767 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [JavaScript-based linter for \*.workflow files](https://github.com/OmarTawfik/github-actions-js) - [Lint terraform files using tflint, with reviewdog output on the PR](https://github.com/reviewdog/action-tflint) - [autopep8: Automatically formats Python code to conform to the PEP 8 style guide](https://github.com/peter-evans/autopep8) -- [Run `localheinz/composer-normalize` to ensure your PHP project has a normalized `composer.json`](https://github.com/localheinz/composer-normalize-action) +- [Run `ergebnis/composer-normalize` to ensure your PHP project has a normalized `composer.json`](https://github.com/ergebnis/composer-normalize-action) - [Run Go lint checks on PR event](https://github.com/ArangoGutierrez/GoLinty-Action) - [Node.js - Automatically run the `format` and/or `lint` script used by the package](https://github.com/MarvinJWendt/run-node-formatter) - [Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint) From 5dde52974d16e5c0f36afe1aafe94572506a0f28 Mon Sep 17 00:00:00 2001 From: Damien Senger Date: Sun, 10 May 2020 15:02:34 +0200 Subject: [PATCH 026/130] Add Highlight New NPM Dependencies action This commit introduces the [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) to this list of GitHub actions, in the `Dependencies` section. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..fb0e78b 100644 --- a/README.md +++ b/README.md @@ -213,6 +213,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Dependencies - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) +- [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comment pull requests with information about new NPM dependencies added. #### Semantic Versioning From c418fa6553ce439c629c10be51a1bd518f11d461 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Tue, 12 May 2020 21:14:06 +0300 Subject: [PATCH 027/130] Fix punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ecaf91..d608f34 100644 --- a/README.md +++ b/README.md @@ -193,7 +193,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Has Changed Path](https://github.com/MarceloPrado/has-changed-path) - Conditionally run actions based on changed paths. - [Linguist](https://github.com/fabasoad/linguist-action) - Checks a repository and produces information about used languages in output. - [Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/) - Make Twilio voice call with defined text. -- [Setup Xcode](https://github.com/maxim-lobanov/setup-xcode) - Switch between pre-installed versions of Xcode for macOS images +- [Setup Xcode](https://github.com/maxim-lobanov/setup-xcode) - Switch between pre-installed versions of Xcode for macOS images. - [Setup Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - Switch between pre-installed versions of Xamarin and Mono for macOS images. - [Memer Action](https://github.com/Bhupesh-V/memer-action) - A GitHub Action for Programmer Memes xD. - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. From 3bcb0430c802c1b868749379ec995c8d7767fda5 Mon Sep 17 00:00:00 2001 From: Sarisia Date: Thu, 14 May 2020 13:23:41 +0900 Subject: [PATCH 028/130] Add actions-status-discord action https://github.com/sarisia/actions-status-discord --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..78c0fff 100644 --- a/README.md +++ b/README.md @@ -355,6 +355,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) +- [Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord) ### Deployment From 079dee608fff1daef29f564e6dde4af6f8bc3e36 Mon Sep 17 00:00:00 2001 From: Jason Field <4923914+Xorima@users.noreply.github.com> Date: Thu, 21 May 2020 23:16:55 +0100 Subject: [PATCH 029/130] Add Actionshub Actions Hub are a community of github actions, mainly focused around ensuring great actions can always be released going forward --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..2bb592c 100644 --- a/README.md +++ b/README.md @@ -155,6 +155,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) - [GitHub Actions for Docker](https://github.com/docker/github-actions) - [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions) +- [Actions Hub](https://github.com/actionshub) ### Utility From 7d923995ba8023e5969155cf5d6a3ec5e3414cbb Mon Sep 17 00:00:00 2001 From: CrazyMax <1951866+crazy-max@users.noreply.github.com> Date: Sun, 24 May 2020 02:43:19 +0200 Subject: [PATCH 030/130] Set up Docker Buildx action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..b52d808 100644 --- a/README.md +++ b/README.md @@ -403,6 +403,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) +- [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx) #### Kubernetes From 8a6a76859e76eaaedc9359f21dba3e263d79dac2 Mon Sep 17 00:00:00 2001 From: Andrew Slotin Date: Mon, 25 May 2020 18:32:22 +0200 Subject: [PATCH 031/130] Add go-proxy-pull-action Add an action to pull Go modules on release to warm up the proxy cache and update documentation --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 75c6119..a9b101a 100644 --- a/README.md +++ b/README.md @@ -199,6 +199,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) +- [Pull the new Go module version into the proxy cache](https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release. #### Environments From 7169538f6441b953550e0db84ca2c9b97e9a0bb1 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Tue, 26 May 2020 11:51:28 -0700 Subject: [PATCH 032/130] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6a44777..2ac764a 100644 --- a/README.md +++ b/README.md @@ -451,6 +451,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action) - [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook) - [Compile, Deploy and Run Kubeflow Pipeline](https://github.com/NikeNano/kubeflow-github-action) +- [Automatically Dockerize a data-science repository as a Jupyter Server](https://github.com/machine-learning-apps/repo2docker-action) +- [Azure Machine Learning w/GitHub Actions)[https://github.com/machine-learning-apps/ml-template-azure] ### Build From 995b194ff3cad4b8521f0dd2deb22736ea4bcc02 Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Tue, 26 May 2020 17:02:55 -0700 Subject: [PATCH 033/130] Update README.md Co-authored-by: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ac764a..7afefa6 100644 --- a/README.md +++ b/README.md @@ -452,7 +452,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook) - [Compile, Deploy and Run Kubeflow Pipeline](https://github.com/NikeNano/kubeflow-github-action) - [Automatically Dockerize a data-science repository as a Jupyter Server](https://github.com/machine-learning-apps/repo2docker-action) -- [Azure Machine Learning w/GitHub Actions)[https://github.com/machine-learning-apps/ml-template-azure] +- [Azure Machine Learning w/GitHub Actions](https://github.com/machine-learning-apps/ml-template-azure) ### Build From 598e5d4c5a8c6a74df843e16b99f6a8d55d69db8 Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Wed, 27 May 2020 09:07:39 +0900 Subject: [PATCH 034/130] Fixes after code review --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91dadd3..0e1f510 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator) - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) -- [Update configured GitHub Actions to the latest versions](https://github.com/fabasoad/ghacu) +- [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) ### Collection of Actions From 4a5dc6a49cab8a96b8fed514e5b56da6095ce765 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Wed, 27 May 2020 10:02:51 +0200 Subject: [PATCH 035/130] Add "Remove Old Artifacts" to GitHub Tools and Management https://github.com/c-hive/gha-remove-artifacts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6a44777..88c1631 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Generate Release Notes Based on Git References](https://github.com/metcalfc/changelog-generator) - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) +- [Remove Old Artifacts](https://github.com/c-hive/gha-remove-artifacts) ### Collection of Actions From e80091ae8774631a1b95701d24bba78bbc3d3179 Mon Sep 17 00:00:00 2001 From: Jessica Date: Wed, 27 May 2020 10:57:10 -0700 Subject: [PATCH 036/130] Remove dead link Removed https://github.community/t5/GitHub-Actions/bd-p/actions --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6a44777..1de8f53 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,6 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de ## Official Resources - [Official Site](https://github.com/features/actions) -- [Official Community Forum Board](https://github.community/t5/GitHub-Actions/bd-p/actions) - [Official Documentation](https://help.github.com/en/actions) - [Official Actions organization](https://github.com/actions) - [actions/virtual-environments](https://github.com/actions/virtual-environments) - GitHub Actions virtual environments. From fe03967f7208a1229c74af0782b3d1cb3b8470e1 Mon Sep 17 00:00:00 2001 From: Jessica Date: Wed, 27 May 2020 11:09:38 -0700 Subject: [PATCH 037/130] Edited bundlephobia title and description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf8495..f8b0c72 100644 --- a/README.md +++ b/README.md @@ -292,7 +292,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Lighthouse in CI using GitHub Actions](https://github.com/treosh/lighthouse-ci-action) - [Continuous Benchmarking and Benchmark Visualization for Go](https://github.com/bobheadxi/gobenchdata) - [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded. -- [Check my bundlephobia Action](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website. Let's you also reject PR on threshold surpassed. +- [Check bundlephobia](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold surpassed. ### Pull Requests From 04d0a755b272482abfa40202e58dcc5964a95993 Mon Sep 17 00:00:00 2001 From: Jessica Date: Wed, 27 May 2020 11:20:29 -0700 Subject: [PATCH 038/130] Revert "Add setup-php action" --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index b9b3347..1cede80 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [actions/setup-java: Java](https://github.com/actions/setup-java) - [actions/setup-ruby: Ruby](https://github.com/actions/setup-ruby) - [actions/setup-elixir: Elixir](https://github.com/actions/setup-elixir) -- [shivammathur/setup-php: PHP](https://github.com/shivammathur/setup-php) ### Create your Actions From 525b73fe952d2fbf14254733b578b53da737bedf Mon Sep 17 00:00:00 2001 From: rlespinasse Date: Thu, 28 May 2020 10:28:45 +0200 Subject: [PATCH 039/130] Add 'git-commit-data-action' action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..05f9186 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Expose Git Commit Data As Environment Variables](https://github.com/rlespinasse/git-commit-data-action) ### Collection of Actions From 9134158559f511531466d627a746a6edfe5efbb9 Mon Sep 17 00:00:00 2001 From: Ashutosh Gangwar Date: Mon, 1 Jun 2020 15:10:36 +0530 Subject: [PATCH 040/130] Add "Validate Fastlane Supply Metadata" to README.md https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..493ceda 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint) - [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher) - [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck) +- [Validate Fastlane Supply metadata against the Play Store guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata) #### Security From fd24f98c6de40b656e30964ddc6d1a1471e8ad83 Mon Sep 17 00:00:00 2001 From: Kai Norman Clasen Date: Tue, 2 Jun 2020 18:12:29 +0200 Subject: [PATCH 041/130] Add external-repo-sync-action https://github.com/kai-tub/external-repo-sync-action Provides a GitHub action to push files/binaries to external repositories. Per default, the action uses the wiki of the current repo, but you can specify other repos as well. Is a rsync and git wrapper with some presets to allow easy inclusion/exclusion of files. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..8c63b41 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Sync Defined Files/Binaries to Wiki or External Repositories](https://github.com/kai-tub/external-repo-sync-action) ### Collection of Actions From ffb54480ec5b9fd4feaae1e7a4b4f995604b048e Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Tue, 2 Jun 2020 21:32:55 -0600 Subject: [PATCH 042/130] Add Ticket Check Action Action that automatically adds ticket or issue numbers to the start of all pull request titles. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..8e9773a 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) +- [Automatically add a ticket or issue number to the start of all Pull Request titles](https://github.com/neofinancial/ticket-check-action) ### GitHub Pages From 8f48544466622553b64242329910f1f3a308a689 Mon Sep 17 00:00:00 2001 From: Aaron Batilo Date: Sun, 7 Jun 2020 17:16:34 -0600 Subject: [PATCH 043/130] Add github-action-locks This Action let's you add execution locking around your GitHub Account workflows --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 7554853..b000d35 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [github-action-locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows. #### Environments From c33393d5b61a6329725e09ddff9c67bf5a541711 Mon Sep 17 00:00:00 2001 From: Jan Zenkner Date: Wed, 10 Jun 2020 18:05:03 +0000 Subject: [PATCH 044/130] Update terraform action collection The old collection was superseded by a setup-terraform --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7554853..533b8b1 100644 --- a/README.md +++ b/README.md @@ -138,7 +138,7 @@ Set up your GitHub Actions workflow with a specific version of your programming ### Collection of Actions -- [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions) +- [Use HashiCorp's Terraform](https://github.com/hashicorp/setup-terraform) - [GitHub Actions for Yarn 1](https://github.com/Borales/actions-yarn) - [GitHub Actions for Yarn 2](https://github.com/sergioramos/yarn-actions) - [GitHub Actions for Golang](https://github.com/cedrickring/golang-action) From feb6b523d035336015397d6f774893b19a12b8cc Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Thu, 11 Jun 2020 00:06:45 -0400 Subject: [PATCH 045/130] Added ref-to-tag action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b8b1..922ebbe 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) +- [Convert branch or tag name into Docker-compatible image tag](https://github.com/ankitvgupta/ref-to-tag-action/) #### Kubernetes From eef8e3dae08613cdcf9b19adc5c7fb9b277688e6 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Fri, 12 Jun 2020 07:50:36 -0500 Subject: [PATCH 046/130] add tutorial --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b8b1..df701fd 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/) - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) +- [Deploying Self-Hosted Github Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted Github Actions runners with Docker and Docker Swarm to DigitalOcean. > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information From 29555c1d8bd7fab96d61100262f40a3ce8929f37 Mon Sep 17 00:00:00 2001 From: Michael Herman Date: Fri, 12 Jun 2020 07:53:32 -0500 Subject: [PATCH 047/130] update Github to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df701fd..2008a4d 100644 --- a/README.md +++ b/README.md @@ -490,7 +490,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/) - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) -- [Deploying Self-Hosted Github Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted Github Actions runners with Docker and Docker Swarm to DigitalOcean. +- [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean. > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information From 1c25da0251b3e15837f849dfcda5f0fbc127e3c6 Mon Sep 17 00:00:00 2001 From: Jonathan <6438760+IgnusG@users.noreply.github.com> Date: Fri, 12 Jun 2020 15:18:57 +0200 Subject: [PATCH 048/130] Add Jest Reporter action This action does not run jest, it simply parses its output and displays annotations. https://github.com/IgnusG/jest-report-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b8b1..4a64d71 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action) - [Run performance testing with artillery.io](https://github.com/kenju/github-actions-artillery) - [Detect Flaky Tests with BuildPulse](https://github.com/Workshop64/buildpulse-action) +- [Display Inline Code Annotations for Jest Tests](https://github.com/IgnusG/jest-report-action) #### Linting From ddfe15844ca30cfbe0bad699ec7e6fac04d08883 Mon Sep 17 00:00:00 2001 From: Jeroen Knoops Date: Sun, 14 Jun 2020 15:57:09 +0100 Subject: [PATCH 049/130] Add link how to setup self-hosted runners Add link to tutorial how to setup auto-scaled self-hosted github actions runners. https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 533b8b1..2a34ede 100644 --- a/README.md +++ b/README.md @@ -490,6 +490,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/) - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) +- [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information From 683017ffad5945299015c9bac7af9b506918a0d3 Mon Sep 17 00:00:00 2001 From: Ben Elgar Date: Tue, 16 Jun 2020 15:16:45 +0100 Subject: [PATCH 050/130] Add create a Kubernetes cluster action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..990a18f 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) +- [Create a Kubernetes cluster for testing using Krucible](https://github.com/Krucible/krucible-github-action) #### AWS From 38e69b5e3c553425d8d75fa6378830d2f87adfa2 Mon Sep 17 00:00:00 2001 From: Andrew Chen Wang <60190294+Andrew-Chen-Wang@users.noreply.github.com> Date: Tue, 16 Jun 2020 19:59:45 -0400 Subject: [PATCH 051/130] Add full-scale GitHub wiki page action My GitHub wiki page is based on one that is already listed https://github.com/Decathlon/wiki-page-creator-action but the mine is different in that it allows for any type of file, not just Markdown, and allows for deletion of pages if the file is deleted, unlike the other repository in which if the files are deleted, then the wiki DOES NOT reflect that (as in the wiki's page is still there). Repo: https://github.com/Andrew-Chen-Wang/github-wiki-action Marketplace: https://github.com/marketplace/actions/github-wiki-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..c588c7f 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Create/Update/Delete your GitHub wiki pages based on any file](https://github.com/Andrew-Chen-Wang/github-wiki-action) ### Collection of Actions From 5e9349d4a0a006ff76ca1dcbb3104d3566360e98 Mon Sep 17 00:00:00 2001 From: Amadeusz Sadowski Date: Sun, 21 Jun 2020 00:57:29 +0200 Subject: [PATCH 052/130] Add "pwsh-script" - rich PowerShell Script runner Repo: https://github.com/Amadevus/pwsh-script This action sets up variables like `$github` or `$strategy`, imports a module with cmdlets for sending workflow commands (e.g. Write-ActionWarning) and sets script's result as an action output. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..454f815 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output. #### Environments From 6b242c5a17a73012893fb006687f97c793880ffd Mon Sep 17 00:00:00 2001 From: yokawasa Date: Sun, 21 Jun 2020 23:54:35 +0900 Subject: [PATCH 053/130] Added an entry for ecctl --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..6314ce4 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl and cache on the runner. #### Environments From 2cd765d7df63e9b059d9433f0d6b12ddd5afc928 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Sun, 28 Jun 2020 15:05:22 +0200 Subject: [PATCH 054/130] Add Cache Yarn dependencies --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..07ec901 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Dependencies - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) +- [Cache Yarn dependencies](https://github.com/c-hive/gha-yarn-cache) #### Semantic Versioning From f7de777bcc4b152861cffa259eebc415123afcc3 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Sun, 28 Jun 2020 15:07:41 +0200 Subject: [PATCH 055/130] Add Cache NPM dependencies https://github.com/c-hive/gha-npm-cache --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..51d9197 100644 --- a/README.md +++ b/README.md @@ -215,6 +215,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Dependencies - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) +- [Cache NPM dependencies](https://github.com/c-hive/gha-npm-cache) #### Semantic Versioning From 017ef2710427014599ef77a36ddedd7131c25f86 Mon Sep 17 00:00:00 2001 From: Csaba Apagyi Date: Sun, 28 Jun 2020 15:10:46 +0200 Subject: [PATCH 056/130] Add Reply to Stale Bots https://github.com/c-hive/fresh-bot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..84e8711 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) +- [Reply to Stale Bots](https://github.com/c-hive/fresh-bot) ### Deployment From 21d6c861938fcc92eacd9f382044651ee89f220e Mon Sep 17 00:00:00 2001 From: yokawasa Date: Sun, 5 Jul 2020 16:44:41 +0900 Subject: [PATCH 057/130] Added action-setup-kube-tools --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6314ce4..881ada2 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl and cache on the runner. +- [Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner. +- [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl on the runner. #### Environments From c73da75d9ab489249f8c6513dd41a466d8f6e355 Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Wed, 22 Jul 2020 17:17:03 +0200 Subject: [PATCH 058/130] Add github-env-vars-action. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..421143c 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - :rocket: A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! #### Environments From 0c181c5bcd5c741c96a6beb01ce33211a90ad411 Mon Sep 17 00:00:00 2001 From: Leo Hanisch Date: Wed, 22 Jul 2020 17:21:21 +0200 Subject: [PATCH 059/130] Add "Publish VS Code Extension" Action Add https://github.com/HaaLeo/publish-vscode-extension to the deployment list. This action allows to publish to the Open VSX Registry as well as to the Visual Studio Marketplace --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..72f748c 100644 --- a/README.md +++ b/README.md @@ -397,6 +397,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify) - [Run Ansible Playbooks](https://github.com/arillso/action.playbook) - [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action) +- [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension) #### Docker From 88b5941ce4e7447b53aca545651b70f84f5a6fb4 Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Wed, 22 Jul 2020 21:02:37 +0200 Subject: [PATCH 060/130] Fix awesome-lint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 421143c..d235646 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - :rocket: A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! :rocket: #### Environments From 5b388ee2e46dc3ac5d52149809542045e14db84b Mon Sep 17 00:00:00 2001 From: Franz Diebold Date: Wed, 22 Jul 2020 21:04:30 +0200 Subject: [PATCH 061/130] Fix awesome-lint. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d235646..12810cc 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! :rocket: +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more :rocket:! #### Environments From 963a0496df794e4b8e861b95c6fc955b68df767d Mon Sep 17 00:00:00 2001 From: karancode Date: Sun, 26 Jul 2020 00:45:30 +0900 Subject: [PATCH 062/130] Add 'kustomize' github action https://github.com/karancode/kustomize-github-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..109cf78 100644 --- a/README.md +++ b/README.md @@ -413,6 +413,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) +- [Kustomize kubernetes config YAMLs](https://github.com/karancode/kustomize-github-action) #### AWS From 26aa9d2f690b8eca67ece0fe7efe5008258e14d8 Mon Sep 17 00:00:00 2001 From: karancode Date: Sun, 26 Jul 2020 00:48:18 +0900 Subject: [PATCH 063/130] use Title Casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 109cf78..b617594 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) -- [Kustomize kubernetes config YAMLs](https://github.com/karancode/kustomize-github-action) +- [Kustomize Kubernetes Config YAMLs](https://github.com/karancode/kustomize-github-action) #### AWS From 8c5b34b65336a8f2ba9c2deba60e16993059f68e Mon Sep 17 00:00:00 2001 From: jonelantha <57597570+jonelantha@users.noreply.github.com> Date: Mon, 27 Jul 2020 18:32:12 +0100 Subject: [PATCH 064/130] Add gatsby-s3-action Deployment Action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..88aaa6f 100644 --- a/README.md +++ b/README.md @@ -446,6 +446,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files. - [GitHub Actions for mdBook](https://github.com/peaceiris/actions-mdbook) - [Setup Mint](https://github.com/fabasoad/setup-mint-action) - Setup Mint (programming language for writing single page applications). +- [Gatsby AWS S3 Deployment](https://github.com/jonelantha/gatsby-s3-action) - Deploy Gatsby to S3 (supports CloudFront). ### Machine Learning Ops From 2e44da1c41e38408b9806aafa75dbc9fafc1216d Mon Sep 17 00:00:00 2001 From: John McBride Date: Fri, 31 Jul 2020 09:40:37 -0600 Subject: [PATCH 065/130] Update with Prow Github Actions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..c0bdd64 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Prow Github Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. ### Collection of Actions From 9af7cf9beceb203a930c4cb7bb6dc5f352224ad9 Mon Sep 17 00:00:00 2001 From: John McBride Date: Fri, 31 Jul 2020 10:33:43 -0600 Subject: [PATCH 066/130] Fix GitHub casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0bdd64..35faa47 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) -- [Prow Github Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. +- [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. ### Collection of Actions From 49ef9ff9c3c9931496f5d2c6f553fbe107f3b063 Mon Sep 17 00:00:00 2001 From: Aaron Batilo Date: Wed, 5 Aug 2020 07:12:59 -0600 Subject: [PATCH 067/130] Remove actionspanel link We're shutting down this service since GitHub supports manual triggers on their own now: https://github.blog/changelog/2020-07-06-github-actions-manual-triggers-with-workflow_dispatch/ --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 2a34ede..5b16ef8 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create a GitHub wiki page based on the provided markdown file](https://github.com/Decathlon/wiki-page-creator-action) - [Label your Pull Requests auto-magically (using committed files)](https://github.com/Decathlon/pull-request-labeler-action) - [Add Label to your Pull Requests based on the author team name](https://github.com/JulienKode/team-labeler-action) -- [Manually trigger your GitHub Actions from a UI](https://www.actionspanel.app) - [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action) - [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader) - [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it) From 1d8053ac02f18fb784cc40b8c35a14671e1c7b61 Mon Sep 17 00:00:00 2001 From: Rob van der Leek Date: Sun, 9 Aug 2020 14:12:52 +0200 Subject: [PATCH 068/130] Add Create Issue Branch Action Add [Create Issue Branch](https://github.com/robvanderleek/create-issue-branch) Action. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..1ab3616 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Create Issue Branch](https://github.com/robvanderleek/create-issue-branch) ### Collection of Actions From 3dc68accef7f63864ff5b4e719802aa4192cd029 Mon Sep 17 00:00:00 2001 From: Nicolas Gebauer Date: Wed, 12 Aug 2020 14:01:46 -0400 Subject: [PATCH 069/130] Add Pull Request Lint With Regex --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..d9b9dc0 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) +- [Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action) ### GitHub Pages From 2e828342e935bac970a152bc663f29e009e5c7b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Mart=C3=ADn?= Date: Sat, 15 Aug 2020 19:29:03 +0200 Subject: [PATCH 070/130] Add Teamwork.com github action This PR adds the action to keep the PRs in sync with Teamwork.com tasks. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..80dd0c8 100644 --- a/README.md +++ b/README.md @@ -359,6 +359,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) +- [Keep your PRs in sync with Teamwork.com tasks](https://github.com/miguelbemartin/teamwork-github) ### Deployment From f61bcea1a29301df5e4613b6c04c28303c572fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Mart=C3=ADn?= Date: Sat, 15 Aug 2020 19:38:19 +0200 Subject: [PATCH 071/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 80dd0c8..df206aa 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) -- [Keep your PRs in sync with Teamwork.com tasks](https://github.com/miguelbemartin/teamwork-github) +- [Keep your PRs in sync with Teamwork tasks](https://github.com/miguelbemartin/teamwork-github) ### Deployment From 6f644bbee99c6de76e4739ee446068993bea4243 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 13:30:59 +0200 Subject: [PATCH 072/130] Deploy effectively to GitHub Pages with advanced settings --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..804d77b 100644 --- a/README.md +++ b/README.md @@ -340,6 +340,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google) - [A Jupyter Notebook Blogging Platform Powered by GitHub Actions, Pages and Jekyll](https://github.com/fastai/fastpages) - [Deploy A Static Site to GitHub Pages](https://github.com/appleboy/gh-pages-action) - Deploy to custom directory and ignore folder/file. +- [Deploy effectively to GitHub Pages](https://github.com/crazy-max/ghaction-github-pages) - With advanced settings (signed commits, check GitHub Pages Status). ### Notifications and Messages From a10cbe34b73192183f644c11f92696a51ec791ee Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 13:38:22 +0200 Subject: [PATCH 073/130] Check GitHub Status in your workflow --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..fc3b02d 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Check GitHub Status in your workflow](https://github.com/crazy-max/ghaction-github-status) ### Collection of Actions From 9cfb941eebb2e9e02edeaa05a948a6c3a61266cd Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 13:53:48 +0200 Subject: [PATCH 074/130] Compress with UPX action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..f7068f7 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. #### Environments From 8441357e5802a0f4045b9b45f54f312c5d0d6d8f Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 13:58:41 +0200 Subject: [PATCH 075/130] Easily import a GPG key --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..722b052 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) +- [Easily import a GPG key](https://github.com/crazy-max/ghaction-import-gpg) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. #### Environments From 92e92a35ac44a40629b4a2aef38b0ff0e3b83c73 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 14:01:07 +0200 Subject: [PATCH 076/130] Upload and scan files with VirusTotal action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..fd7c0be 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Upload and scan files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) #### Environments From 47ecb20aaf5122c8698278235fe620b90c093e11 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Thu, 20 Aug 2020 14:04:02 +0200 Subject: [PATCH 077/130] Manage labels on GitHub (create/rename/update/delete) as code --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..920f8c7 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Manage labels on GitHub (create/rename/update/delete) as code](https://github.com/crazy-max/ghaction-github-labeler) ### Collection of Actions From f1a70b8fe96e562f7ed69a310eb15bcbb152d544 Mon Sep 17 00:00:00 2001 From: Bharathvaj Date: Sun, 23 Aug 2020 22:12:40 +0530 Subject: [PATCH 078/130] Add clockworksms action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..188db2e 100644 --- a/README.md +++ b/README.md @@ -346,6 +346,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [Post a Slack message as a bot](https://github.com/pullreminders/slack-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) +- [Send an SMS from Github Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/discord-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together) From 160311a4744b9e058f66ad1f4262746c7c8e4de1 Mon Sep 17 00:00:00 2001 From: Tyler Murry Date: Thu, 27 Aug 2020 14:56:53 -0500 Subject: [PATCH 079/130] Adding "Pull Request Landmines" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2a34ede..c0562b0 100644 --- a/README.md +++ b/README.md @@ -328,6 +328,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) +- [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine) ### GitHub Pages From 2a2898b6752a056456990b6016175e33c2eba231 Mon Sep 17 00:00:00 2001 From: Tyler Murry Date: Thu, 27 Aug 2020 15:10:02 -0500 Subject: [PATCH 080/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0562b0..14a8cbb 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Site](https://github.com/features/actions) - [Official Documentation](https://help.github.com/en/actions) -- [Official Actions organization](https://github.com/actions) +- [Official Actions organization](https://github.com/actions/) - [actions/virtual-environments](https://github.com/actions/virtual-environments) - GitHub Actions virtual environments. - [actions/runner](https://github.com/actions/runner) - The Runner for GitHub Actions. - [GitHub Blog Announcement](https://github.blog/2018-10-17-action-demos/) From 490f4578c1c01e54e76460899ff1a0d7c6710dc1 Mon Sep 17 00:00:00 2001 From: Tyler Murry Date: Thu, 27 Aug 2020 15:12:04 -0500 Subject: [PATCH 081/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 14a8cbb..231a80f 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Site](https://github.com/features/actions) - [Official Documentation](https://help.github.com/en/actions) -- [Official Actions organization](https://github.com/actions/) +- Official Actions organization - [actions/virtual-environments](https://github.com/actions/virtual-environments) - GitHub Actions virtual environments. - [actions/runner](https://github.com/actions/runner) - The Runner for GitHub Actions. - [GitHub Blog Announcement](https://github.blog/2018-10-17-action-demos/) From aac999692f5fac722805890e1913696269e7790c Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:06:45 -0600 Subject: [PATCH 082/130] Remove duplicate link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6da25a2..7e85bbf 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) -> A curated list of awesome things related to [GitHub Actions](https://github.com/actions). +> A curated list of awesome things related to GitHub Actions. Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production. From 3149665bacd5a729a0eea8185b30ffdc9457b7b4 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:16:16 -0600 Subject: [PATCH 083/130] Clarify description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0e78b..272fe52 100644 --- a/README.md +++ b/README.md @@ -213,7 +213,7 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Dependencies - [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) -- [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comment pull requests with information about new NPM dependencies added. +- [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comments on pull requests newly added NPM dependencies information. #### Semantic Versioning From 65e0b498b1ec6a963f4e5524af3a94cc842fa96b Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:34:10 -0600 Subject: [PATCH 084/130] Change to title casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 493ceda..c9c3a70 100644 --- a/README.md +++ b/README.md @@ -271,7 +271,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint) - [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher) - [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck) -- [Validate Fastlane Supply metadata against the Play Store guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata) +- [Validate Fastlane Supply Metadata Against the Play Store Guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata) #### Security From f14f46e1549ac4af664eb5454f84a4b5ca604e22 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:43:07 -0600 Subject: [PATCH 085/130] Change to Title Casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 990a18f..4099640 100644 --- a/README.md +++ b/README.md @@ -413,7 +413,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) -- [Create a Kubernetes cluster for testing using Krucible](https://github.com/Krucible/krucible-github-action) +- [Create a Kubernetes Cluster for Testing Using Krucible](https://github.com/Krucible/krucible-github-action) #### AWS From 2f9ac9eeb47ade54fd5ac1b9786649b3b498748f Mon Sep 17 00:00:00 2001 From: Ian Sutherland Date: Thu, 27 Aug 2020 16:52:27 -0600 Subject: [PATCH 086/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8e9773a..0e504e1 100644 --- a/README.md +++ b/README.md @@ -328,7 +328,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) -- [Automatically add a ticket or issue number to the start of all Pull Request titles](https://github.com/neofinancial/ticket-check-action) +- [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles ### GitHub Pages From a1b99bbe8dd8ad6e48977012cba4f6ae55b44589 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 00:54:16 +0200 Subject: [PATCH 087/130] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc3b02d..d48629c 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) -- [Check GitHub Status in your workflow](https://github.com/crazy-max/ghaction-github-status) +- [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) ### Collection of Actions From c59e22866273b4bfc9a07888befdc7dc38ea0fc9 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 16:56:32 -0600 Subject: [PATCH 088/130] Fixes punctuation at the end of files --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48ee507..7684b38 100644 --- a/README.md +++ b/README.md @@ -347,7 +347,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) -- [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles +- [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles. ### GitHub Pages @@ -518,7 +518,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean. - [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) -> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information +> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information. ## License From a71023f50e97231089cb748dfee5826fe04845d4 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:01:28 +0200 Subject: [PATCH 089/130] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 722b052..b617f4a 100644 --- a/README.md +++ b/README.md @@ -201,7 +201,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) -- [Easily import a GPG key](https://github.com/crazy-max/ghaction-import-gpg) +- [Easily Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. #### Environments From 305f62028c6d1485354d67d6aa5d3fdd04b7d630 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:02:59 +0200 Subject: [PATCH 090/130] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fd7c0be..7dc5953 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [Upload and scan files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) +- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) #### Environments From 1ad2980342bfb4eb07923dd8dbe94a0bf58cab7f Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:04:46 +0200 Subject: [PATCH 091/130] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 920f8c7..1b5688d 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) -- [Manage labels on GitHub (create/rename/update/delete) as code](https://github.com/crazy-max/ghaction-github-labeler) +- [Manage Labels on GitHub (create/rename/update/delete) as code](https://github.com/crazy-max/ghaction-github-labeler) ### Collection of Actions From 376cecbaf52d20f703edd54e1ce2a97338120601 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:07:38 +0200 Subject: [PATCH 092/130] Use Title-Case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 804d77b..1f85548 100644 --- a/README.md +++ b/README.md @@ -340,7 +340,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google) - [A Jupyter Notebook Blogging Platform Powered by GitHub Actions, Pages and Jekyll](https://github.com/fastai/fastpages) - [Deploy A Static Site to GitHub Pages](https://github.com/appleboy/gh-pages-action) - Deploy to custom directory and ignore folder/file. -- [Deploy effectively to GitHub Pages](https://github.com/crazy-max/ghaction-github-pages) - With advanced settings (signed commits, check GitHub Pages Status). +- [Deploy to GitHub Pages with Advanced Settings](https://github.com/crazy-max/ghaction-github-pages) ### Notifications and Messages From 5a6e90d7bc52f95a9d9319860bbaf7df2f7adf0d Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:15:39 +0200 Subject: [PATCH 093/130] Move --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bbd41d..be803a0 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. - [Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner. - [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl on the runner. - [PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output. +- [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. #### Environments From 2a048a8369e4c4384a6f9a6a3dc92a85a0e25312 Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:17:09 +0200 Subject: [PATCH 094/130] Move --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2d2958f..f127907 100644 --- a/README.md +++ b/README.md @@ -208,10 +208,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. -- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) - [Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner. - [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl on the runner. - [PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output. +- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) #### Environments From d3a8e313bca0a4e3dc733fb9a0a58468460bc798 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 17:17:49 -0600 Subject: [PATCH 095/130] Update Title Casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ee40c60..3798e7e 100644 --- a/README.md +++ b/README.md @@ -142,7 +142,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create/Update/Delete a GitHub Wiki Page Based on Any File](https://github.com/Andrew-Chen-Wang/github-wiki-action) - [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) -- [Manage Labels on GitHub (create/rename/update/delete) as code](https://github.com/crazy-max/ghaction-github-labeler) +- [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) ### Collection of Actions From f1dd318b76378dd28a43989c44278471c5abde4c Mon Sep 17 00:00:00 2001 From: CrazyMax Date: Fri, 28 Aug 2020 01:18:32 +0200 Subject: [PATCH 096/130] Move --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b617f4a..c92877b 100644 --- a/README.md +++ b/README.md @@ -201,8 +201,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Setup Cocoapods](https://github.com/maxim-lobanov/setup-cocoapods) - Setup specific version of Cocoapods. - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) -- [Easily Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) #### Environments From 2d3c93a6cf30f9f9be034029b46ff0ca4a9a1f95 Mon Sep 17 00:00:00 2001 From: Tyler Murry Date: Thu, 27 Aug 2020 18:41:50 -0500 Subject: [PATCH 097/130] Update README.md Reverting link removal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 231a80f..c0562b0 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Site](https://github.com/features/actions) - [Official Documentation](https://help.github.com/en/actions) -- Official Actions organization +- [Official Actions organization](https://github.com/actions) - [actions/virtual-environments](https://github.com/actions/virtual-environments) - GitHub Actions virtual environments. - [actions/runner](https://github.com/actions/runner) - The Runner for GitHub Actions. - [GitHub Blog Announcement](https://github.blog/2018-10-17-action-demos/) From d809f8d514bc5b6781100ba7daf298ec82c8d8f0 Mon Sep 17 00:00:00 2001 From: Tyler Murry Date: Thu, 27 Aug 2020 18:44:26 -0500 Subject: [PATCH 098/130] Update README.md --- README.md | 45 +++++++++++++++++++++++++++++++++++++++++---- 1 file changed, 41 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c0562b0..ee2a828 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ # Awesome Actions [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome) [![GitHub Actions status | sdras/awesome-actions](https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg)](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List) -> A curated list of awesome things related to [GitHub Actions](https://github.com/actions). +> A curated list of awesome things related to GitHub Actions. Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production. @@ -21,6 +21,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Collection of Actions](#collection-of-actions) - [Utility](#utility) - [Static Analysis](#static-analysis) + - [Dynamic Analysis](#dynamic-analysis) - [Monitoring](#monitoring) - [Pull Requests](#pull-requests) - [GitHub Pages](#github-pages) @@ -124,7 +125,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create a GitHub wiki page based on the provided markdown file](https://github.com/Decathlon/wiki-page-creator-action) - [Label your Pull Requests auto-magically (using committed files)](https://github.com/Decathlon/pull-request-labeler-action) - [Add Label to your Pull Requests based on the author team name](https://github.com/JulienKode/team-labeler-action) -- [Manually trigger your GitHub Actions from a UI](https://www.actionspanel.app) - [Get a list of file changes with PR/Push](https://github.com/trilom/file-changes-action) - [Use private actions in any workflow](https://github.com/InVisionApp/private-action-loader) - [Label Your Issues Using the Issue's Contents](https://github.com/damccorm/tag-ur-it) @@ -135,6 +135,14 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Enforce Policies on GitHub Repositories and Commits](https://github.com/talos-systems/conform) - [Auto Label Issue Based on Issue Description](https://github.com/Renato66/auto-label) - [Update Configured GitHub Actions to the Latest Versions](https://github.com/fabasoad/ghacu) +- [Create Issue Branch](https://github.com/robvanderleek/create-issue-branch) +- [Remove Old Artifacts](https://github.com/c-hive/gha-remove-artifacts) +- [Expose Git Commit Data As Environment Variables](https://github.com/rlespinasse/git-commit-data-action) +- [Sync Defined Files/Binaries to Wiki or External Repositories](https://github.com/kai-tub/external-repo-sync-action) +- [Create/Update/Delete a GitHub Wiki Page Based on Any File](https://github.com/Andrew-Chen-Wang/github-wiki-action) +- [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. +- [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) +- [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) ### Collection of Actions @@ -155,6 +163,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) - [GitHub Actions for Docker](https://github.com/docker/github-actions) - [GitHub Actions for AWS](https://github.com/clowdhaus/aws-github-actions) +- [Actions Hub](https://github.com/actionshub) ### Utility @@ -202,6 +211,12 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Setup Kubernetes tools](https://github.com/yokawasa/action-setup-kube-tools) - Install Kubernetes tools (kubectl, kustomize, helm, kubeval, conftest, and yq) on the runner. +- [Setup Elastic Cloud Control Tool](https://github.com/yokawasa/action-setup-ecctl) - Install a specific version of ecctl on the runner. +- [PowerShell Script](https://github.com/Amadevus/pwsh-script) - Run PowerShell scripts with workflow contexts (e.g. `$github.token`) and cmdlets, return value => action output. +- [Upload and Scan Files with VirusTotal](https://github.com/crazy-max/ghaction-virustotal) +- [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) +- [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. #### Environments @@ -214,7 +229,10 @@ Set up your GitHub Actions workflow with a specific version of your programming #### Dependencies -- [Install NPM dependencies with caching](https://github.com/bahmutov/npm-install) +- [Install NPM Dependencies with Caching](https://github.com/bahmutov/npm-install) +- [Highlight New NPM Dependencies](https://github.com/hiwelo/new-dependencies-action) - Comments on pull requests newly added NPM dependencies information. +- [Cache NPM Dependencies](https://github.com/c-hive/gha-npm-cache) +- [Cache Yarn Dependencies](https://github.com/c-hive/gha-yarn-cache) #### Semantic Versioning @@ -241,6 +259,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action) - [Run performance testing with artillery.io](https://github.com/kenju/github-actions-artillery) - [Detect Flaky Tests with BuildPulse](https://github.com/Workshop64/buildpulse-action) +- [Display Inline Code Annotations for Jest Tests](https://github.com/IgnusG/jest-report-action) #### Linting @@ -271,6 +290,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Linter for markdown (with presets)](https://github.com/avto-dev/markdown-lint) - [Stylelint problem matcher to create annotations](https://github.com/xt0rted/stylelint-problem-matcher) - [Run sqlcheck on the PR to identifies anti-patterns in SQL queries](https://github.com/yokawasa/action-sqlcheck) +- [Validate Fastlane Supply Metadata Against the Play Store Guidelines](https://github.com/ashutoshgngwr/validate-fastlane-supply-metadata) +- [Run Golint to lint your Golang code](https://github.com/Jerome1337/golint-action) #### Security @@ -292,6 +313,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action) - [Update repository go report card](https://github.com/creekorful/goreportcard-action) +### Dynamic Analysis + +- [Run Goimports to check Golang imports order](https://github.com/Jerome1337/goimports-action) + ### Monitoring - [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action) @@ -328,6 +353,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) - [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) +- [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles. +- [Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action) - [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine) ### GitHub Pages @@ -341,12 +368,14 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Deploy Google Analytics stats to GitHub Pages](https://github.com/cristianpb/analytics-google) - [A Jupyter Notebook Blogging Platform Powered by GitHub Actions, Pages and Jekyll](https://github.com/fastai/fastpages) - [Deploy A Static Site to GitHub Pages](https://github.com/appleboy/gh-pages-action) - Deploy to custom directory and ignore folder/file. +- [Deploy to GitHub Pages with Advanced Settings](https://github.com/crazy-max/ghaction-github-pages) ### Notifications and Messages - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [Post a Slack message as a bot](https://github.com/pullreminders/slack-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) +- [Send an SMS from Github Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/discord-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together) @@ -360,6 +389,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) +- [Reply to Stale Bots](https://github.com/c-hive/fresh-bot) +- [Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord) ### Deployment @@ -398,6 +429,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Netlify Deploy GitHub Action for each commit](https://github.com/nwtgck/actions-netlify) - [Run Ansible Playbooks](https://github.com/arillso/action.playbook) - [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action) +- [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension) #### Docker @@ -408,12 +440,15 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) +- [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx) #### Kubernetes - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Deploy to Kubernetes with kubectl](https://github.com/steebchen/kubectl) - [Get Kubeconfig File From Google Kubernetes Engine (GKE)](https://github.com/machine-learning-apps/gke-kubeconfig) +- [Kustomize Kubernetes Config YAMLs](https://github.com/karancode/kustomize-github-action) +- [Create a Kubernetes Cluster for Testing Using Krucible](https://github.com/Krucible/krucible-github-action) #### AWS @@ -447,6 +482,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files. - [GitHub Actions for mdBook](https://github.com/peaceiris/actions-mdbook) - [Setup Mint](https://github.com/fabasoad/setup-mint-action) - Setup Mint (programming language for writing single page applications). +- [Gatsby AWS S3 Deployment](https://github.com/jonelantha/gatsby-s3-action) - Deploy Gatsby to S3 (supports CloudFront). ### Machine Learning Ops @@ -491,9 +527,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Zero Downtime Laravel Deployments with GitHub Actions](https://atymic.dev/blog/github-actions-laravel-ci-cd/) - [Building Custom GitHub Actions Pluralsight Course](https://www.pluralsight.com/courses/building-custom-github-actions/) - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) +- [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean. - [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) -> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information +> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information. ## License From 41d2604a850ed8641dfb2cf01d82c22fc887af11 Mon Sep 17 00:00:00 2001 From: Andrew Slotin Date: Fri, 28 Aug 2020 02:18:33 +0200 Subject: [PATCH 099/130] Fix linter error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f51b1c6..725c3fb 100644 --- a/README.md +++ b/README.md @@ -375,7 +375,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [Post a Slack message as a bot](https://github.com/pullreminders/slack-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) -- [Send an SMS from Github Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) +- [Send an SMS from GitHub Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/discord-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together) From 947a6624e203482331ecde44c7b237bbc2b50ac1 Mon Sep 17 00:00:00 2001 From: Ankit Gupta Date: Thu, 27 Aug 2020 23:51:47 -0400 Subject: [PATCH 100/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 922ebbe..8aeddec 100644 --- a/README.md +++ b/README.md @@ -407,7 +407,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) -- [Convert branch or tag name into Docker-compatible image tag](https://github.com/ankitvgupta/ref-to-tag-action/) +- [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/) #### Kubernetes From 7ac234514bc365d26bbbead34b3ce1a7fec8b037 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 22:32:07 -0600 Subject: [PATCH 101/130] Github => GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05e019a..2f5b586 100644 --- a/README.md +++ b/README.md @@ -374,7 +374,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [Post a Slack message as a bot](https://github.com/pullreminders/slack-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) -- [Send an SMS from Github Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) +- [Send an SMS from GitHub Actions using Clockworksms](https://github.com/bharathvaj1995/clockwork-sms-action) - [Send a Telegram Message](https://github.com/appleboy/telegram-action) - [Send a File or Text Message to Discord (custom define color, username or avatar)](https://github.com/appleboy/discord-action) - [Collaborate on tweets using pull requests](https://github.com/gr2m/twitter-together) From 78112991232eada3b5a26a549d7846a7b822364b Mon Sep 17 00:00:00 2001 From: Hamel Husain Date: Thu, 27 Aug 2020 21:50:11 -0700 Subject: [PATCH 102/130] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7afefa6..dd5b0f6 100644 --- a/README.md +++ b/README.md @@ -451,8 +451,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Query Experiment Tracking Results From Weights & Biases](https://github.com/machine-learning-apps/wandb-action) - [Run Parameterized Jupyter Notebooks](https://github.com/yaananth/run-notebook) - [Compile, Deploy and Run Kubeflow Pipeline](https://github.com/NikeNano/kubeflow-github-action) -- [Automatically Dockerize a data-science repository as a Jupyter Server](https://github.com/machine-learning-apps/repo2docker-action) -- [Azure Machine Learning w/GitHub Actions](https://github.com/machine-learning-apps/ml-template-azure) +- [Automatically Dockerize A Data-Science Repo As A Jupyter Server](https://github.com/jupyterhub/repo2docker-action) +- [Azure Machine Learning With GitHub Actions](https://github.com/machine-learning-apps/ml-template-azure) ### Build From c1ee6b190b02a2c300536b7c93b62ff40e57a170 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 23:13:10 -0600 Subject: [PATCH 103/130] Fix GitHub Spelling --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3798f4d..33ed604 100644 --- a/README.md +++ b/README.md @@ -357,7 +357,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Ticket Check Action](https://github.com/neofinancial/ticket-check-action) - Automatically add a ticket or issue number to the start of all Pull Request titles. - [Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action) - [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine) -- [Annotate a Github Pull Request based on a Checkstyle XML-report](https://github.com/staabm/annotate-pull-request-from-checkstyle) +- [Annotate a GitHub Pull Request Based on a Checkstyle XML-Report](https://github.com/staabm/annotate-pull-request-from-checkstyle) ### GitHub Pages From 3fe84237b84cdd3aa263cacc1673b8e456f8605b Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 23:20:43 -0600 Subject: [PATCH 104/130] Fix some title-casing errors --- README.md | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 33ed604..b1ca334 100644 --- a/README.md +++ b/README.md @@ -327,27 +327,27 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded. - [Check bundlephobia](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold surpassed. -### Pull Requests +### Pull Requests (PRs) -- [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action) -- [Open or update pull request on branch push (with branch selection)](https://github.com/vsoch/pull-request-action) -- [Automatically rebase a PR](https://github.com/cirrus-actions/rebase) -- [Label pull request once it has a specified number of approvals](https://github.com/pullreminders/label-when-approved-action) -- [Add labels to Pull Request based on matched file patterns](https://github.com/banyan/auto-label) -- [Auto approve pull requests](https://github.com/hmarr/auto-approve-action) -- [Automatically add reviewers to pull request based on the configuration file](https://github.com/kentaro-m/auto-assign-action) -- [Add labels to Pull Request based on branch name patterns](https://github.com/TimonVS/pr-labeler-action) -- [Add labels to Pull Request based on total size of the diff](https://github.com/pascalgn/size-label-action) -- [Automatically merge Pull Requests that are ready](https://github.com/pascalgn/automerge-action) -- [Verify pull requests contain a ticket reference](https://github.com/vijaykramesh/pr-lint-action) -- [Create a pull request for changes to your repository in the actions workspace](https://github.com/peter-evans/create-pull-request) -- [Pull Request Lint](https://github.com/seferov/pr-lint-action) -- [ChatOps For Pull Requests](https://github.com/machine-learning-apps/actions-chatops) -- [Prefix title and body of a PR based on text extracted from branch name](https://github.com/tzkhan/pr-update-action) +- [Set PR Reviewers Based on Assignees](https://github.com/pullreminders/assignee-to-reviewer-action) +- [Open or Update PR on Branch Push (with Branch Selection)](https://github.com/vsoch/pull-request-action) +- [Automatically Rebase a PR](https://github.com/cirrus-actions/rebase) +- [Label PR once it has a Specified Number of Approvals](https://github.com/pullreminders/label-when-approved-action) +- [Add Labels to a PR based on Matched File Patterns](https://github.com/banyan/auto-label) +- [Auto-Approve PRs](https://github.com/hmarr/auto-approve-action) +- [Automatically add Reviewers to PR based on the Configuration File](https://github.com/kentaro-m/auto-assign-action) +- [Add Labels to a PR based on Branch Name Patterns](https://github.com/TimonVS/pr-labeler-action) +- [Add Labels to a PR based on Total Size of the Diff](https://github.com/pascalgn/size-label-action) +- [Automatically merge PRs That Are Ready](https://github.com/pascalgn/automerge-action) +- [Verify That PRs Contain a Ticket Reference](https://github.com/vijaykramesh/pr-lint-action) +- [Create a PR for Changes to your Repository in the Actions Workspace](https://github.com/peter-evans/create-pull-request) +- [Lint a PR](https://github.com/seferov/pr-lint-action) +- [ChatOps for PRs](https://github.com/machine-learning-apps/actions-chatops) +- [Prefix Title and Body of a PR Based on Text Extracted from Branch Name](https://github.com/tzkhan/pr-update-action) - [Block Autosquash Commits](https://github.com/xt0rted/block-autosquash-commits-action) - [Automatically Bump and Tag on Merge](https://github.com/anothrNick/github-tag-action) - [Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections](https://github.com/tibdex/autosquash) -- [Merge Pal - automatically update and merge pull requests](https://github.com/maxkomarychev/merge-pal-action) +- [Merge Pal - Automatically Update and Merge PRs](https://github.com/maxkomarychev/merge-pal-action) - [Enforce naming convention on pull request title](https://github.com/deepakputhraya/action-pr-title) - [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action) - [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action) From d12914f31ad6ad4ff6eeb63686e07a2784d534b1 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Thu, 27 Aug 2020 23:23:16 -0600 Subject: [PATCH 105/130] pull request title without parenths --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b1ca334..8641f97 100644 --- a/README.md +++ b/README.md @@ -327,7 +327,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Size Limit Action](https://github.com/andresz1/size-limit-action) - Comments cost comparison of your JS in PRs and rejects them if limit is exceeded. - [Check bundlephobia](https://github.com/carlesnunez/check-my-bundlephobia) - Comments new and modified package size according to bundlephobia.io website and rejects PR on threshold surpassed. -### Pull Requests (PRs) +### Pull Requests - [Set PR Reviewers Based on Assignees](https://github.com/pullreminders/assignee-to-reviewer-action) - [Open or Update PR on Branch Push (with Branch Selection)](https://github.com/vsoch/pull-request-action) From 827d26c04621ef8a80a4184d7ed07a1bce5529a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Mart=C3=ADn?= Date: Fri, 28 Aug 2020 07:40:49 +0200 Subject: [PATCH 106/130] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index df206aa..0f9a613 100644 --- a/README.md +++ b/README.md @@ -359,7 +359,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Create an Outlook Calendar Event using Microsoft Graph](https://github.com/anoopt/ms-graph-create-event) - [Watch for GitHub Wiki page changes and post to Slack](https://github.com/benmatselby/gollum-page-watcher-action) - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) -- [Keep your PRs in sync with Teamwork tasks](https://github.com/miguelbemartin/teamwork-github) +- [Keep Your PRs in Sync With Teamwork Tasks](https://github.com/miguelbemartin/teamwork-github) ### Deployment From f2f3776a76030dc3629d686016ef131121d40e1f Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Sat, 25 Jul 2020 07:43:57 +0200 Subject: [PATCH 107/130] add update-container-description --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2a34ede..3cb1b0f 100644 --- a/README.md +++ b/README.md @@ -407,6 +407,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) +- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) + #### Kubernetes From 8c2f59ca26e331daf4fe7fa6372470f3e5c2cdf6 Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Sat, 25 Jul 2020 07:54:58 +0200 Subject: [PATCH 108/130] add delete-run-artifacts --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 3cb1b0f..af72a5e 100644 --- a/README.md +++ b/README.md @@ -202,6 +202,8 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. - [GitHub Actions for Lazarus/FPC](https://github.com/gcarreno/setup-lazarus) - [Twilio Fax](https://github.com/fabasoad/twilio-fax-action/) - Sends a document by fax using your Twilio account. +- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes All Artifacts at the End of a Workflow Run. + #### Environments From 0d08ba730b474ae867950bf6a3630107e165ab37 Mon Sep 17 00:00:00 2001 From: Christian Korneck Date: Fri, 28 Aug 2020 10:15:11 +0200 Subject: [PATCH 109/130] Resolved merge conflict by incorporating both suggestions. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index e75e1fa..7a03d41 100644 --- a/README.md +++ b/README.md @@ -443,14 +443,9 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) - [Publish Docker Images to the Amazon Elastic Container Registry (ECR)](https://github.com/appleboy/docker-ecr-action) - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) -<<<<<<< HEAD -- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) - -||||||| merged common ancestors -======= - [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx) - [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/) ->>>>>>> upstream/master +- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) #### Kubernetes From 353690a529df23fcf7e8b4fe868431763e7f1373 Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Fri, 28 Aug 2020 05:56:26 -0600 Subject: [PATCH 110/130] Add punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7a03d41..4cf8bbb 100644 --- a/README.md +++ b/README.md @@ -445,7 +445,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Build And Push Your Docker Images Caching Each Stage To Reduce Build Time](https://github.com/whoan/docker-build-with-cache-action) - [Set up Docker Buildx](https://github.com/crazy-max/ghaction-docker-buildx) - [Convert Branch or Tag Name Into Docker-Compatible Image Tag](https://github.com/ankitvgupta/ref-to-tag-action/) -- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) (Supported Registries: Docker Hub, Quay, Harbor) +- [Update a Container Repository Description From README.md](https://github.com/marketplace/actions/update-container-description-action) - Supported Registries: Docker Hub, Quay, Harbor. #### Kubernetes From 6b9371ccdd335f9f5b5d940a59314eefe02f2a2b Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Fri, 28 Aug 2020 05:57:20 -0600 Subject: [PATCH 111/130] uncapitalize description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4cf8bbb..7d7f60b 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) - [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. - [Pull the New Go Module Version Into the Proxy Cache](https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release. -- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes All Artifacts at the End of a Workflow Run. +- [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes all artifacts at the end of a workflow run. #### Environments From 0781a8a227ed78074ae1cadd8663fb849c74cd2f Mon Sep 17 00:00:00 2001 From: Sarah Drasner Date: Fri, 28 Aug 2020 06:00:32 -0600 Subject: [PATCH 112/130] Modify description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 70787ba..e748209 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Import a GPG Key](https://github.com/crazy-max/ghaction-import-gpg) - [Compress with UPX](https://github.com/crazy-max/ghaction-upx) - The Ultimate Packer for eXecutables. - [Pull the New Go Module Version Into the Proxy Cache](https://github.com/andrewslotin/go-proxy-pull-action) - Ensures the latest version of your Go module is in the proxy cache. Also updates the pkg.go.dev documentation upon release. -- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - A GitHub Action to expose useful environment variables such as the branch/tag name, repository slug, ref slug, and many more! +- [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - Expose environment variables such as the branch/tag name, repository slug, and ref slug. #### Environments From 51e9f3a50fda118505c333eac302f0bb41e4bfad Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Fri, 28 Aug 2020 15:30:56 +0300 Subject: [PATCH 113/130] Update Pull Request Stuck Notifier link Fixes #463 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 723082e..8cdfcc0 100644 --- a/README.md +++ b/README.md @@ -351,7 +351,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Automatically Update PRs with Outdated Checks and Squash and Merge the Ones Matching All Branch Protections](https://github.com/tibdex/autosquash) - [Merge Pal - Automatically Update and Merge PRs](https://github.com/maxkomarychev/merge-pal-action) - [Enforce naming convention on pull request title](https://github.com/deepakputhraya/action-pr-title) -- [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action) +- [Pull Request Stuck Notifier](https://github.com/jrylan/github-action-stuck-pr-notifier) - [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action) - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) - [Get generated static site screenshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) From 58d7e6d23357b6cc3a2d212192c7409d4a0e55fd Mon Sep 17 00:00:00 2001 From: Manuel de la Torre Date: Sat, 25 Jul 2020 11:14:36 -0500 Subject: [PATCH 114/130] Add Pull Request Stats action - Add action to publish relevant stats about Pull Requests reviewers to increase teams accountability: https://github.com/flowwer-dev/pull-request-stats --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c95525..8073f30 100644 --- a/README.md +++ b/README.md @@ -360,6 +360,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Pull Request Lint With Regex](https://github.com/MorrisonCole/pr-lint-action) - [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine) - [Annotate a GitHub Pull Request Based on a Checkstyle XML-Report](https://github.com/staabm/annotate-pull-request-from-checkstyle) +- [Pull Request Stats](https://github.com/flowwer-dev/pull-request-stats) - Print relevant stats about reviewers. ### GitHub Pages From 5d75c655508f8155d4590ab196f1a8c4a322e490 Mon Sep 17 00:00:00 2001 From: "opsless.io team" Date: Thu, 3 Sep 2020 01:03:28 +0800 Subject: [PATCH 115/130] Add link to ms teams notification action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c95525..45dc68f 100644 --- a/README.md +++ b/README.md @@ -396,6 +396,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Reply to Stale Bots](https://github.com/c-hive/fresh-bot) - [Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord) - [Keep Your PRs in Sync With Teamwork Tasks](https://github.com/miguelbemartin/teamwork-github) +- [Send a MS Teams channel notification](https://github.com/opsless/ms-teams-github-actions) ### Deployment From 0be8eb2c22a8ce666e1c9b618fe75107c53b977d Mon Sep 17 00:00:00 2001 From: "opsless.io team" Date: Thu, 3 Sep 2020 01:23:04 +0800 Subject: [PATCH 116/130] Change to title case --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 45dc68f..6c40bee 100644 --- a/README.md +++ b/README.md @@ -396,7 +396,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Reply to Stale Bots](https://github.com/c-hive/fresh-bot) - [Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord) - [Keep Your PRs in Sync With Teamwork Tasks](https://github.com/miguelbemartin/teamwork-github) -- [Send a MS Teams channel notification](https://github.com/opsless/ms-teams-github-actions) +- [Send Microsoft Teams Notification](https://github.com/opsless/ms-teams-github-actions) ### Deployment From 9172445c3d95cc3e0836b1580fbfd619984e7bc5 Mon Sep 17 00:00:00 2001 From: Gago Date: Tue, 1 Sep 2020 14:15:39 -0700 Subject: [PATCH 117/130] Adding use-herald-action to pull request tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6c95525..22d0a55 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) - [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) +- [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action) ### Collection of Actions From 9b7fe2bdcd0d374156d18e7a04deec57e68dbb35 Mon Sep 17 00:00:00 2001 From: Tobias Augspurger Date: Sat, 5 Sep 2020 08:23:25 +0200 Subject: [PATCH 118/130] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2317b2..30569dc 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) - [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) +- [Continuous Funding distribution to your project contributors and dependencies](https://github.com/protontypes/libreselery) ### Collection of Actions From 19ddf426571254095a4848281ee9488e411da4a7 Mon Sep 17 00:00:00 2001 From: Miki Date: Sun, 6 Sep 2020 13:03:50 +0200 Subject: [PATCH 119/130] Deploy a YouTube Video to Anchor.fm Podcast --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2317b2..c25b4a5 100644 --- a/README.md +++ b/README.md @@ -438,6 +438,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Ansible Playbooks](https://github.com/arillso/action.playbook) - [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action) - [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension) +- [Deploy a YouTube Video to Anchor.fm Podcast](https://github.com/Schrodinger-Hat/youtube-to-anchorfm) #### Docker From dc38cf0bdafebaaaa952ad383721b1719b227da9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Mart=C3=ADn?= Date: Wed, 9 Sep 2020 21:30:06 +0200 Subject: [PATCH 120/130] Update the Teamwork Github action I've moved the repository to the organization account. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d2317b2..b72068a 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Send an SMS using MessageBird](https://github.com/nikitasavinov/messagebird-sms-action) - [Reply to Stale Bots](https://github.com/c-hive/fresh-bot) - [Send an Embed Message to Discord](https://github.com/sarisia/actions-status-discord) -- [Keep Your PRs in Sync With Teamwork Tasks](https://github.com/miguelbemartin/teamwork-github) +- [Keep Your PRs in Sync With Teamwork Tasks](https://github.com/Teamwork/github-sync) - [Send Microsoft Teams Notification](https://github.com/opsless/ms-teams-github-actions) ### Deployment From 3accf7ebf8d8f64d18e8803848a9fa0e6684494a Mon Sep 17 00:00:00 2001 From: Brendon Smith Date: Sun, 13 Sep 2020 14:21:29 -0400 Subject: [PATCH 121/130] Add tutorial "Getting the Gist of GitHub Actions" https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2317b2..93d2a57 100644 --- a/README.md +++ b/README.md @@ -541,6 +541,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Continuously Deploying Django to DigitalOcean with Docker and GitHub Actions](https://testdriven.io/blog/deploying-django-to-digitalocean-with-docker-and-github-actions/) - [Deploying Self-Hosted GitHub Actions Runners with Docker](https://testdriven.io/blog/github-actions-docker/) - Deploy self-hosted GitHub Actions runners with Docker and Docker Swarm to DigitalOcean. - [Setup Auto-scaled self-hosted GitHub Actions Runners on AWS Spot-instances](https://040code.github.io/2020/05/25/scaling-selfhosted-action-runners) +- [Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information. From 9fa93134f28fa685b90b2ef53d9f30232557a49e Mon Sep 17 00:00:00 2001 From: Michal Dorner Date: Mon, 14 Sep 2020 18:45:19 +0200 Subject: [PATCH 122/130] Add paths-filter action https://github.com/dorny/paths-filter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2317b2..6bad8bc 100644 --- a/README.md +++ b/README.md @@ -221,6 +221,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Delete Run Artifacts](https://github.com/marketplace/actions/delete-run-artifacts) - Deletes all artifacts at the end of a workflow run. - [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - Expose environment variables such as the branch/tag name, repository slug, and ref slug. - [GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows. +- [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits. #### Environments From e94f7183339f5d86540ad5fa3154c184e181998b Mon Sep 17 00:00:00 2001 From: Mateusz Szostok Date: Fri, 18 Sep 2020 21:43:50 +0200 Subject: [PATCH 123/130] Add GitHub Codeowners Validator action Action that ensures the correctness of your GitHub CODEOWNERS file. Link to the GitHub repository: https://github.com/mszostok/codeowners-validator --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d2317b2..74bc97f 100644 --- a/README.md +++ b/README.md @@ -143,6 +143,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Prow GitHub Actions](https://github.com/jpmcb/prow-github-actions) - Automation of policy enforcement, chat-ops, and automatic PR merging. - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) - [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) +- [GitHub Codeowners Validator](https://github.com/mszostok/codeowners-validator) - Ensures the correctness of your GitHub CODEOWNERS file. It supports public and private GitHub repositories and also GitHub Enterprise installations. ### Collection of Actions From 7d3ad3457cc4985d5a8ba13d45838e4414e64fd1 Mon Sep 17 00:00:00 2001 From: jinnatul Date: Thu, 1 Oct 2020 13:05:35 +0600 Subject: [PATCH 124/130] add new utility action (Minisauras) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f145018..14b5557 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Environment Variables Action](https://github.com/FranzDiebold/github-env-vars-action) - Expose environment variables such as the branch/tag name, repository slug, and ref slug. - [GitHub Action Locks](https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows. - [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits. +- [Minisauras](https://github.com/TeamTigers/minisauras) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch. #### Environments From 03ba5fbcf23a1cf26f98fb1b3b3ee3cc368e9eca Mon Sep 17 00:00:00 2001 From: Romain Barissat Date: Wed, 7 Oct 2020 09:31:06 +0700 Subject: [PATCH 125/130] Add Copybara Action Added [Copybara Action](https://github.com/olivr/copybara-action), an action to move and transform code between repositories (ideal to maintain several repos from one monorepo) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f145018..5451319 100644 --- a/README.md +++ b/README.md @@ -144,6 +144,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) - [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) - [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action) +- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo) ### Collection of Actions From dc90f3a53abddf29ae2f81f11109d52673083b9b Mon Sep 17 00:00:00 2001 From: Romain Barissat Date: Wed, 7 Oct 2020 09:33:00 +0700 Subject: [PATCH 126/130] Fix punctuation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5451319..9d5d67c 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Check GitHub Status in your Workflow](https://github.com/crazy-max/ghaction-github-status) - [Manage Labels on GitHub (create/rename/update/delete) as Code](https://github.com/crazy-max/ghaction-github-labeler) - [Herald Rules for GitHub: Add Subscribers, Assignees, Labels, and More to Your PR](https://github.com/gagoar/use-herald-action) -- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo) +- [Copybara Action](https://github.com/olivr/copybara-action) - Move and transform code between repositories (ideal to maintain several repos from one monorepo). ### Collection of Actions From 71a22a4e779e5e2ce12c74d45e61559dd61b7695 Mon Sep 17 00:00:00 2001 From: derkinderfietsen <20744388+derkinderfietsen@users.noreply.github.com> Date: Sun, 11 Oct 2020 01:31:29 +0300 Subject: [PATCH 127/130] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f145018..84453da 100644 --- a/README.md +++ b/README.md @@ -364,6 +364,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Pull Request Landmines](https://github.com/tylermurry/github-pr-landmine) - [Annotate a GitHub Pull Request Based on a Checkstyle XML-Report](https://github.com/staabm/annotate-pull-request-from-checkstyle) - [Pull Request Stats](https://github.com/flowwer-dev/pull-request-stats) - Print relevant stats about reviewers. +- [Pull Request Description Enforcer](https://github.com/derkinderfietsen/pr-description-enforcer) - Enforces description on pull requests. ### GitHub Pages From 3999bb0c45774672baa7ec6b50a585eb7f2f8f75 Mon Sep 17 00:00:00 2001 From: Peter Thaleikis Date: Thu, 15 Oct 2020 13:36:20 +0400 Subject: [PATCH 128/130] Typo: commited -> committed --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 78fdbef..85aa2b0 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. - [YAML/JSON/XML Converter](https://github.com/fabasoad/yaml-json-xml-converter-action) - Converts YAML/JSON/XML file formats interchangeably. -- [NSFW Detection](https://github.com/fabasoad/nsfw-detection-action) - Detect NSFW content in commited files. +- [NSFW Detection](https://github.com/fabasoad/nsfw-detection-action) - Detect NSFW content in committed files. - [Has Changed Path](https://github.com/MarceloPrado/has-changed-path) - Conditionally run actions based on changed paths. - [Linguist](https://github.com/fabasoad/linguist-action) - Checks a repository and produces information about used languages in output. - [Twilio Voice Call](https://github.com/fabasoad/twilio-voice-call-action/) - Make Twilio voice call with defined text. From 094fa53586245ee52df27e7e79cbdd93ebcadde6 Mon Sep 17 00:00:00 2001 From: Zac Rosenbauer Date: Sun, 7 Mar 2021 13:24:15 -0600 Subject: [PATCH 129/130] rm license to pass lint & follow standard --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 85aa2b0..66ff5b9 100644 --- a/README.md +++ b/README.md @@ -552,7 +552,3 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Getting the Gist of GitHub Actions](https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6) > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information. - -## License - -[![Creative Commons License](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) From ee8521e7fb3f6b685789db49cbe96392a26b37db Mon Sep 17 00:00:00 2001 From: Ariary Date: Fri, 15 Oct 2021 18:29:26 -0400 Subject: [PATCH 130/130] Add Readme-Like-Button) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85aa2b0..04e9b68 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Build](#build) - [Database](#database) - [Localization](#localization) + - [Fun](#fun) - [Cheat Sheet](#cheat-sheet) - [Tutorials](#tutorials) @@ -532,6 +533,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action) - [Translation](https://github.com/fabasoad/translation-action) - Translate text from any language to any language. +### Fun + +- [Add equivalent of a like button in your README](https://github.com/ariary/Readme-Like-Button) - Visualize community approval on some part of your readme (can be used as a poll). + ### Cheat Sheet - [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/)