From a3787222549cf3014548b680b20e0b9ac124be10 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Tue, 24 Mar 2020 21:47:46 +0300 Subject: [PATCH 01/13] add setup-xamarin action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..d4789fe 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions) - [GitHub Actions for Deno](https://github.com/denolib/setup-deno) - [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions) +- [GitHub Actions for Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) ### Utility From b1e7279264fd7816a4077d850ff68623a8e09414 Mon Sep 17 00:00:00 2001 From: Maxim Lobanov Date: Mon, 30 Mar 2020 11:44:58 +0300 Subject: [PATCH 02/13] move to Utility section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d4789fe..add7648 100644 --- a/README.md +++ b/README.md @@ -146,7 +146,6 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions for Logtalk and Prolog](https://github.com/logtalk-actions) - [GitHub Actions for Deno](https://github.com/denolib/setup-deno) - [GitHub Actions for Unity](https://github.com/webbertakken/unity-actions) -- [GitHub Actions for Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - [Octions - GitHub Actions for GitHub REST API](https://github.com/maxkomarychev/octions) ### Utility @@ -181,6 +180,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [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. +- [Setup Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - Switch between pre-installed versions of Xamarin and Mono for macOS images #### Environments From ab90f481812b96078069b602dd82068b576bbad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Vielmo=20Schmaedeck?= Date: Wed, 1 Apr 2020 02:31:58 -0300 Subject: [PATCH 03/13] Add create-env-json Link: https://github.com/schdck/create-env-json Marketplace: https://github.com/marketplace/actions/create-env-json --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 6296511..a4c65b4 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) - [Install Conda environments for Python](https://github.com/goanpeca/setup-miniconda) - [Setup NativeScript](https://github.com/hrueger/setup-nativescript) +- [Create a JSON environment file](https://github.com/schdck/create-env-json) #### Dependencies From db77708bae014cd3c6d0b125e3228e3fe489e181 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Vielmo=20Schmaedeck?= Date: Wed, 1 Apr 2020 14:56:18 -0300 Subject: [PATCH 04/13] Update character casing for create-env-json --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4c65b4..45b5572 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Programmatically set environment variables for use in subsequent steps](https://github.com/allenevans/set-env) - [Install Conda environments for Python](https://github.com/goanpeca/setup-miniconda) - [Setup NativeScript](https://github.com/hrueger/setup-nativescript) -- [Create a JSON environment file](https://github.com/schdck/create-env-json) +- [Create a JSON Environment File](https://github.com/schdck/create-env-json) #### Dependencies From dd660f2adcb8ddfe9bb5f0af6b53442015c8f94c Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 15 Mar 2020 11:05:44 +0800 Subject: [PATCH 05/13] Deploy a static site on GitHub Pages. A GitHub Action to deploy a static site on GitHub Pages. See https://github.com/appleboy/gh-pages-action/tree/gh-pages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1a422c..3fe9765 100644 --- a/README.md +++ b/README.md @@ -318,6 +318,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Action for Hexo](https://github.com/heowc/action-hexo) - [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) +- [A GitHub Action to deploy a static site on GitHub Pages (multiple repository)](https://github.com/appleboy/gh-pages-action/tree/gh-pages) ### Notifications and Messages From d9dfeb801ac42e1615a4d42f0b3a85389a878524 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 5 Apr 2020 16:28:42 +0800 Subject: [PATCH 06/13] chore: update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fe9765..e1b9b66 100644 --- a/README.md +++ b/README.md @@ -318,7 +318,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Action for Hexo](https://github.com/heowc/action-hexo) - [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) -- [A GitHub Action to deploy a static site on GitHub Pages (multiple repository)](https://github.com/appleboy/gh-pages-action/tree/gh-pages) +- [Deploy A Static Site to GitHub Pages](https://github.com/appleboy/gh-pages-action) - Deploy to custom directory and ignore folder/file. ### Notifications and Messages From 6c75eea3da08da5d26ff51279ae0664ae98de659 Mon Sep 17 00:00:00 2001 From: Bo-Yi Wu Date: Sun, 5 Apr 2020 16:37:29 +0800 Subject: [PATCH 07/13] chore: ADD ECR Tool --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1a422c..033c465 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata) - [Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action) - [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) #### Kubernetes From 48caa161f5a6b7d42bc9c7cd1fd878e79fbbd663 Mon Sep 17 00:00:00 2001 From: Justin Poehnelt Date: Tue, 7 Apr 2020 14:52:54 -0700 Subject: [PATCH 08/13] docs: add google/secrets-sync-action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f1a422c..f7b0c4c 100644 --- a/README.md +++ b/README.md @@ -265,6 +265,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [AWS Secrets Manager Actions](https://github.com/say8425/aws-secrets-manager-actions) - Define AWS Secrets Manager secrets to environment values. - [Linting your AWS IAM policy documents for correctness and security issues](https://github.com/xen0l/iam-lint) - [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. #### Code Coverage From c671866d90fcb0dfbe2da5ea1cf8ee297491e75e Mon Sep 17 00:00:00 2001 From: Jason Rudolph Date: Fri, 10 Apr 2020 07:42:29 -0400 Subject: [PATCH 09/13] Add BuildPulse action for detecting flaky tests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 49d7313..a10fa56 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run Cypress E2E tests](https://github.com/cypress-io/github-action) - [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) #### Linting From 00da74f3b8d9afc2a7a59da644fd22eedf2603b9 Mon Sep 17 00:00:00 2001 From: Haythem Tlili Date: Sat, 11 Apr 2020 13:41:52 +0200 Subject: [PATCH 10/13] Add haythem/public-ip https://github.com/haythem/public-ip --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a10fa56..86a9d73 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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 Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - Switch between pre-installed versions of Xamarin and Mono for macOS images. +- [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address #### Environments From 915e86e25fb9b46de7fa8818de297c4d16a3e7c6 Mon Sep 17 00:00:00 2001 From: Haythem Tlili Date: Sat, 11 Apr 2020 13:44:25 +0200 Subject: [PATCH 11/13] Add period --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 86a9d73..74fc8d0 100644 --- a/README.md +++ b/README.md @@ -189,7 +189,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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 Xamarin](https://github.com/maxim-lobanov/setup-xamarin) - Switch between pre-installed versions of Xamarin and Mono for macOS images. -- [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address +- [Public IP](https://github.com/haythem/public-ip) - Queries GitHub actions runner's public IP address. #### Environments From 31d59abc5147df4370b84df4dbfefcf85ce67053 Mon Sep 17 00:00:00 2001 From: Albert Hernandez Pellicer Date: Sat, 11 Apr 2020 14:23:54 +0200 Subject: [PATCH 12/13] Add working label action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a10fa56..cf1e3b9 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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) +- [Add labels depending if the Pull Request still in progress](https://github.com/AlbertHernandez/working-label-action) ### GitHub Pages From 6d5f5e06bc87f92b1cb47bed2074476f28b5fd16 Mon Sep 17 00:00:00 2001 From: Albert Hernandez Pellicer Date: Mon, 13 Apr 2020 21:39:14 +0200 Subject: [PATCH 13/13] Use Title Casing --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf1e3b9..f242014 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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) -- [Add labels depending if the Pull Request still in progress](https://github.com/AlbertHernandez/working-label-action) +- [Add Labels Depending if the Pull Request Still in Progress](https://github.com/AlbertHernandez/working-label-action) ### GitHub Pages