From 048439b8df20ee0b88d4713ca31a963c88be479f Mon Sep 17 00:00:00 2001
From: Paulo Henrique Cuchi
Date: Sat, 8 Feb 2020 01:24:19 -0300
Subject: [PATCH 01/15] Add cuchi/jinja2-action
That seems like the first action which uses a template engine. I think it should go under the **Utility** section.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 3145d71..b818e38 100644
--- a/README.md
+++ b/README.md
@@ -172,6 +172,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Build Slate documentation](https://github.com/Decathlon/slate-builder-action)
- [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files.
- [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files.
+- [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates.
#### Environments
From 9ff70a270ed6ec7bdbbe1dcbd86c0a570d9321a5 Mon Sep 17 00:00:00 2001
From: Corey Butler
Date: Wed, 12 Feb 2020 10:08:05 -0600
Subject: [PATCH 02/15] Added a multipublish action
This action scans code bases (or Github workspaces) for `package.json` files and publishes each package to the specified registry (default is npm registry).
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 3145d71..ff1962c 100644
--- a/README.md
+++ b/README.md
@@ -344,6 +344,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Publish a Maven package](https://github.com/samuelmeuli/action-maven-publish)
- [Build and deploy a theme to Ghost CMS](https://github.com/TryGhost/action-deploy-theme)
- [Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action)
+- [Publish one _or more_ JS modules to a registry](https://github.com/author/action-publish)
#### Docker
From 711f5b322e99c10995e277fcc1ed2fa5b0d04702 Mon Sep 17 00:00:00 2001
From: Corey Butler
Date: Wed, 12 Feb 2020 10:13:35 -0600
Subject: [PATCH 03/15] Added Github Release Rollback Action
This action will rollback/delete a release. Useful when a release is cut but a downstream activity fails. Cleans up orphan/churn releases.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 3145d71..e4df484 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [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)
+- [Rollback a Github Release](https://github.com/author/action-rollback)
### Collection of Actions
From 20c13009b451170ba7b459f442ee19039996aec9 Mon Sep 17 00:00:00 2001
From: Corey Butler
Date: Wed, 12 Feb 2020 13:02:26 -0600
Subject: [PATCH 04/15] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e4df484..63c1098 100644
--- a/README.md
+++ b/README.md
@@ -123,7 +123,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [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)
-- [Rollback a Github Release](https://github.com/author/action-rollback)
+- [Rollback a GitHub Release](https://github.com/author/action-rollback)
### Collection of Actions
From aab30f01720044bffd75e7dbd1583054b9841bc3 Mon Sep 17 00:00:00 2001
From: Corey Butler
Date: Wed, 12 Feb 2020 13:05:59 -0600
Subject: [PATCH 05/15] Removed link formatting
Complies with lint rules.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ff1962c..68989d1 100644
--- a/README.md
+++ b/README.md
@@ -344,7 +344,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Publish a Maven package](https://github.com/samuelmeuli/action-maven-publish)
- [Build and deploy a theme to Ghost CMS](https://github.com/TryGhost/action-deploy-theme)
- [Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action)
-- [Publish one _or more_ JS modules to a registry](https://github.com/author/action-publish)
+- [Publish one or more JS modules to a registry](https://github.com/author/action-publish)
#### Docker
From f4d61be67f5a315f2267d7475b8489067bd19dbf Mon Sep 17 00:00:00 2001
From: erezrokah
Date: Thu, 13 Feb 2020 11:22:13 +0200
Subject: [PATCH 06/15] Added
https://github.com/erezrokah/2fa-with-slack-action to deployment
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 3145d71..e4ccd4b 100644
--- a/README.md
+++ b/README.md
@@ -344,6 +344,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Publish a Maven package](https://github.com/samuelmeuli/action-maven-publish)
- [Build and deploy a theme to Ghost CMS](https://github.com/TryGhost/action-deploy-theme)
- [Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action)
+- [Publish a package with 2FA using Slack](https://github.com/erezrokah/2fa-with-slack-action)
#### Docker
From afab6f0756e2b7794f88c476f1c9bac2c36df7fc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Alo=C3=AFs=20Micard?=
Date: Thu, 13 Feb 2020 12:37:00 +0100
Subject: [PATCH 07/15] Add creekorful/goreportcard-action
https://github.com/creekorful/goreportcard-action
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 3145d71..54e162f 100644
--- a/README.md
+++ b/README.md
@@ -252,6 +252,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Scan code with SonarCloud](https://github.com/sonarsource/sonarcloud-github-action)
- [Send your code coverage to codecov.io](https://github.com/codecov/codecov-action)
- [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action)
+- [Update repository go report card](https://github.com/creekorful/goreportcard-action)
### Monitoring
From 652733252eff9cdd50efbf7c27758f3b0b6ca2de Mon Sep 17 00:00:00 2001
From: Niklas Hansson
Date: Sun, 16 Feb 2020 00:34:48 +0100
Subject: [PATCH 08/15] Update README.md
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 2898d86..78d08f7 100644
--- a/README.md
+++ b/README.md
@@ -396,6 +396,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Submitting Argo Workflows to GKE](https://github.com/machine-learning-apps/gke-argo)
- [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)
### Build
From e3937b4d6ba7915489875533218cab4bfba268b9 Mon Sep 17 00:00:00 2001
From: softprops
Date: Sun, 16 Feb 2020 15:07:55 -0500
Subject: [PATCH 09/15] add turnstyle
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 2898d86..2289d5b 100644
--- a/README.md
+++ b/README.md
@@ -345,6 +345,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Publish a Maven package](https://github.com/samuelmeuli/action-maven-publish)
- [Build and deploy a theme to Ghost CMS](https://github.com/TryGhost/action-deploy-theme)
- [Deploy an Ansible role to Ansible Galaxy](https://github.com/robertdebock/galaxy-action)
+- [Serialize Workflow Runs in Continuous Deployment Pipelines](https://github.com/softprops/turnstyle)
#### Docker
From 8367bf772675b3cfcffb307c4604df21eae33a7b Mon Sep 17 00:00:00 2001
From: Armin Sebastian
Date: Tue, 18 Feb 2020 08:02:24 +0200
Subject: [PATCH 10/15] Add Lock Threads
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 2898d86..205e092 100644
--- a/README.md
+++ b/README.md
@@ -123,6 +123,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [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)
+- [Lock Closed Issues and Pull Requests after a Period of Inactivity](https://github.com/dessant/lock-threads)
### Collection of Actions
From ef73094cace74c8ec1db57e3599821b9d0dcd97a Mon Sep 17 00:00:00 2001
From: yokawasa
Date: Tue, 25 Feb 2020 00:49:34 +0900
Subject: [PATCH 11/15] Added action-sqlcheck
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 2898d86..d577063 100644
--- a/README.md
+++ b/README.md
@@ -237,6 +237,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [PHP_CodeSniffer With Annotations](https://github.com/chekalsky/phpcs-action)
- [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)
#### Security
From bab1a73885c0d5c31795b2c351b60e549e286c8d Mon Sep 17 00:00:00 2001
From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com>
Date: Mon, 2 Mar 2020 01:39:14 +0900
Subject: [PATCH 12/15] Fix lint error of status badge
---
README.md | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2898d86..0113673 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,11 @@
-# Awesome Actions [](https://github.com/sindresorhus/awesome) [](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
+# Awesome Actions
+
+[](https://github.com/sindresorhus/awesome)
+
+[](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).
From 84a90f14cd1a3bf449e5a7b1fa8539eee6e87134 Mon Sep 17 00:00:00 2001
From: tailaiw
Date: Sun, 1 Mar 2020 15:41:56 -0600
Subject: [PATCH 13/15] added "mind your language action"
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 2898d86..7b311cb 100644
--- a/README.md
+++ b/README.md
@@ -172,6 +172,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [Build Slate documentation](https://github.com/Decathlon/slate-builder-action)
- [Read Properties](https://github.com/christian-draeger/read-properties) - Read values from `.properties` files.
- [Write Properties](https://github.com/christian-draeger/write-properties) - Write values to `.properties` files.
+- [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders.
#### Environments
@@ -196,7 +197,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
- [PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga)
- [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector)
- [PowerShell static analysis with PSScriptAnalyzer](https://github.com/devblackops/github-action-psscriptanalyzer)
-- [Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec)
+- [Run tfsec, with reviewdog output on the PR](https://github.com/reviewdog/action-tfsec)
#### Testing
From 849190459e33121f9e52c340ca71ac6c38ce662d Mon Sep 17 00:00:00 2001
From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com>
Date: Fri, 6 Mar 2020 15:54:23 +0900
Subject: [PATCH 14/15] Ignore lint for badge image
---
README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 0113673..8f54211 100644
--- a/README.md
+++ b/README.md
@@ -6,9 +6,7 @@
# Awesome Actions
-[](https://github.com/sindresorhus/awesome)
-
-[](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
+[](https://github.com/sindresorhus/awesome) [](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).
From 3536ca021b21faaa808467acea188552b4dc58d7 Mon Sep 17 00:00:00 2001
From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com>
Date: Fri, 6 Mar 2020 17:20:32 +0900
Subject: [PATCH 15/15] Put badges next to title
---
README.md | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 8f54211..130e02e 100644
--- a/README.md
+++ b/README.md
@@ -4,9 +4,7 @@
-# Awesome Actions
-
-[](https://github.com/sindresorhus/awesome) [](https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
+# Awesome Actions [](https://github.com/sindresorhus/awesome) [](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).