From 65244c834828841d3101fa1e127b50a30c3a2b0e Mon Sep 17 00:00:00 2001 From: Mr_Ramych Date: Sun, 9 Dec 2018 20:17:05 +0300 Subject: [PATCH 01/39] Add Gradle actions to the list This action runs Gradle tasks using wrapper --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 87bb2a4..96b41c9 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action) - [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages) - [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action) +- [Execute Gradle task](https://github.com/MrRamych/gradle-actions) ### Tutorials From 20faea6860f38cf3089aae2fa01fcb9febdb967d Mon Sep 17 00:00:00 2001 From: Christophe Boucharlat Date: Tue, 18 Dec 2018 21:12:27 +0100 Subject: [PATCH 02/39] Added new Action to Declaratively setup DNS records on Cloudflare --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e735023..9cbf2ce 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action) - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - +- [Configure a DNS Record on Cloudflare](https://github.com/xorilog/cloudflare-dns-action) ### Tutorials From 9954e80abaefa3bba148743d36c147d49b8b4e7d Mon Sep 17 00:00:00 2001 From: Matt Burdan Date: Wed, 19 Dec 2018 08:59:46 -0800 Subject: [PATCH 03/39] Add new Action to run hadolint on a Dockerfile in a repository --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e735023..5abf6a9 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Deploy a Cloudflare worker](https://github.com/cpilsworth/cloudflare-worker-action) - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - +- [Runs Hadolint against a Dockerfile within a repository](https://github.com/burdzwastaken/hadolint-action) ### Tutorials From d2fa6f0bf3b4793d9f7cac56abee4ce64f5d056d Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 20 Dec 2018 13:16:53 +0000 Subject: [PATCH 04/39] Add link to Up's action(s) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e735023..4973518 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Post gif on check fail](https://github.com/jessfraz/shaking-finger-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) - [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit) +- [Deploy a serverless app to AWS Lambda with Up](https://github.com/apex/actions) - [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless) - [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action) - [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages) From b3e6ee67f319db42f7a7191a9519f050e9185321 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 20 Dec 2018 16:44:08 +0000 Subject: [PATCH 05/39] Change Up link so it is more direct --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4973518..8f2b15e 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Post gif on check fail](https://github.com/jessfraz/shaking-finger-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) - [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit) -- [Deploy a serverless app to AWS Lambda with Up](https://github.com/apex/actions) +- [Deploy a serverless app to AWS Lambda with Up](https://github.com/apex/actions/tree/master/up) - [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless) - [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action) - [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages) From 889d6cfa16749b7502e03fa96f0ecb54c6332bae Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 20 Dec 2018 18:33:18 +0000 Subject: [PATCH 06/39] Add AWS SAM action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e735023..659ae1f 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Post gif on check fail](https://github.com/jessfraz/shaking-finger-action) - [Send an SMS from GitHub Actions using Nexmo](https://github.com/nexmo-community/nexmo-sms-action) - [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit) +- [Deploy serverless infrastructure with AWS SAM](https://github.com/apex/actions/tree/master/aws/sam) - [Deploy a Node.js function to AWS Lambda and invoke it using the Serverless framework](https://github.com/swinton/serverless) - [Deploy VS Code extensions with vsce](https://github.com/lannonbr/vsce-action) - [Build a Jekyll site—with Custom Jekyll Plugins & Build Scripts—and deploy it back to the Gh-Pages Branch](https://github.com/BryanSchuetz/jekyll-deploy-gh-pages) From 520a7186a7f3273e346608ce1be0b73a2908215d Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Fri, 21 Dec 2018 13:12:18 +0100 Subject: [PATCH 07/39] Add link to Discord notification action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..43a92f4 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Send a Discord notification](https://github.com/Ilshidur/actions/tree/master/discord) ### Tutorials From 1cc39921417640b837a96a51ecf63cc4f32e12fa Mon Sep 17 00:00:00 2001 From: Thomas Schoffelen Date: Mon, 31 Dec 2018 19:58:17 +0100 Subject: [PATCH 08/39] Added `gha` script link. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..c8ee525 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de ### Community Resources +- [Test your Actions Locally](https://github.com/tschoffelen/gha) - [Deploy a Node.js App to Azure](https://github.com/sdras/example-azure-node) - [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions) - [Trigger emails with release notes with SendGrid](https://github.com/bitoiu/release-notify-action) From 9302968709499b0953e0b98c6ce0607dea458e93 Mon Sep 17 00:00:00 2001 From: Cedric Kring <39853520+cedrickring@users.noreply.github.com> Date: Sat, 5 Jan 2019 14:16:59 +0100 Subject: [PATCH 09/39] Add Github Actions for Golang This action sets up your workspace to run `go` (or other) commands in it. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..0c5d57a 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Github Actions for Golang](https://github.com/cedrickring/golang-action) ### Tutorials From 0d9d71a825fea530de4ae0be13565eefb67ae3b3 Mon Sep 17 00:00:00 2001 From: Brandon Olin Date: Sun, 6 Jan 2019 15:12:08 -0800 Subject: [PATCH 10/39] Add PSScriptAnalyzer action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..71f1ba0 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [PowerShell static analysis with PSScriptAnalyzer](https://github.com/devblackops/github-action-psscriptanalyzer) ### Tutorials From 80a481629762944bc4be6abfb7371e9f97391d06 Mon Sep 17 00:00:00 2001 From: Brandon Olin Date: Sun, 6 Jan 2019 15:25:09 -0800 Subject: [PATCH 11/39] add psake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe06aa8..6636abd 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) - +- [Run psake tasks](https://github.com/devblackops/psake-github-actions) ### Tutorials From 82cf9281f8fe3aca54ee4c79cfe0930867810625 Mon Sep 17 00:00:00 2001 From: Jacob Zweifel Date: Tue, 8 Jan 2019 17:47:42 -0500 Subject: [PATCH 12/39] Add GitHub Action for Gatsby CLI This Action wraps the Gatsby CLI to enable common Gatsby commands. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..4759343 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action) ### Tutorials From f30f81206b3998aca6d6da0f742f3628ad6537e8 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Fri, 11 Jan 2019 09:44:51 -0600 Subject: [PATCH 13/39] Add Firebase resources - Links directly to [action-firebase](https://github.com/natemoo-re/action-firebase), which wraps the Firebase CLI. - Adds tutorial on using action-firebase to [Deploy to Firebase Hosting](https://natemoo.re/posts/action-firebase/) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe06aa8..369ce6d 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant) - [Sleep](https://github.com/maddox/actions/tree/master/sleep) - [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) +- [Firebase](https://github.com/natemoo-re/action-firebase) - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action) @@ -58,6 +59,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de ### Tutorials - [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/) +- [Deploying to Firebase Hosting with GitHub Actions](https://natemoo.re/posts/action-firebase) > 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 cd156c2b4923ad83e1a8a52db695c3c7200b3b2c Mon Sep 17 00:00:00 2001 From: Max Schoening Date: Sat, 12 Jan 2019 15:55:58 -0800 Subject: [PATCH 14/39] Add GitHub Action to lint awesome list --- .github/main.workflow | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/main.workflow diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000..41f2943 --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,8 @@ +workflow "Lint Awesome List" { + on = "push" + resolves = ["max/awesome-lint"] +} + +action "max/awesome-lint" { + uses = "max/awesome-lint@master" +} From 453083a0ad806a354bda22983df1d09680d93f30 Mon Sep 17 00:00:00 2001 From: Eric Johnson Date: Sat, 12 Jan 2019 21:37:02 -0500 Subject: [PATCH 15/39] Add link to JS Build Actions Add a link to actions to run Gulp or Grunt build tasks then commit any asset file changes. These are two separate actions: - build: Runs either Gulp, Grunt or NPM (whichever is configured) - commit: Commits and pushes asset file changes Used together, these are perfect for running SASS/CSS compilation or JS transpiliation build actions. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..a5a9fee 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [JS Build Actions](https://github.com/elstudio/actions-js-build) Run Grunt or Gulp build tasks and commit file changes ### Tutorials From 780df89fb63ece88b154449ab02fad213d14d6d0 Mon Sep 17 00:00:00 2001 From: Jeremy Shore Date: Tue, 15 Jan 2019 09:35:20 -0600 Subject: [PATCH 16/39] Add Github Action for Firebase --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..be9fd11 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Github Action for Firebase](https://github.com/w9jds/firebase-action) ### Tutorials From c54610e4c1528832648b46f4d612d320032e58a7 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Tue, 15 Jan 2019 10:37:26 -0500 Subject: [PATCH 17/39] add SSH for GitHub Actions --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..fd86d93 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Home Assistant Command](https://github.com/maddox/actions/tree/master/home-assistant) - [Sleep](https://github.com/maddox/actions/tree/master/sleep) - [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) +- [SSH](https://github.com/maddox/actions/tree/master/ssh) - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action) From 79762f92f48240be7ddc42dab9a46fe247d5c490 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Tue, 15 Jan 2019 07:56:23 -0800 Subject: [PATCH 18/39] Link to `nektos/act` to run GitHub Actions locally --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..9b98d54 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Run GitHub Actions Locally](https://github.com/nektos/act) ### Tutorials From e1b1a9e49cf19c70a1393604251781ccd172fff0 Mon Sep 17 00:00:00 2001 From: Nuck Date: Tue, 15 Jan 2019 21:11:08 -0800 Subject: [PATCH 19/39] Add ember-cli-actions to the list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..2b8090a 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Ember CLI Actions](https://github.com/NuckChorris/ember-cli-actions) ### Tutorials From 7d8e31069bf0c71b74b063154487f40fc6970731 Mon Sep 17 00:00:00 2001 From: Gary Ewan Park Date: Wed, 16 Jan 2019 09:31:34 +0000 Subject: [PATCH 20/39] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..1b38ae3 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Run Cake tasks](https://github.com/gep13/cake-actions) ### Tutorials From 0835e3c2e115f42b116692b17acef99cb72ccbb3 Mon Sep 17 00:00:00 2001 From: KhanhIceTea Date: Thu, 17 Jan 2019 15:27:35 +0700 Subject: [PATCH 21/39] Add khanhicetea/gh-actions-hugo-deploy-gh-pages Add new action : khanhicetea/gh-actions-hugo-deploy-gh-pages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..57af9a6 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages) ### Tutorials From e9710eda678a52b52ea9bf7e38373225576309d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Andrieu?= Date: Thu, 17 Jan 2019 12:49:05 +0100 Subject: [PATCH 22/39] Added 4 actions for PHP ecosystem --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe06aa8..817f1d9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,10 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) - +- [PHP Code fixer Action](https://github.com/OskarStark/php-cs-fixer-ga) +- [PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga) +- [PHPQA toolsuite Action](https://github.com/mickaelandrieu/phpqa-ga) +- [PHP Psalm Static code analyzer Action](https://github.com/mickaelandrieu/psalm-ga) ### Tutorials From e673c7e819bfc9f1d9d83fbc4c8c09b634501490 Mon Sep 17 00:00:00 2001 From: Ajit Bohra Date: Fri, 18 Jan 2019 00:03:27 +0530 Subject: [PATCH 23/39] Add actions by lubusIN --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe06aa8..a5116de 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Create Release Archive](https://github.com/lubusIN/actions/tree/master/archive) +- [Publish WordPress Plugin](https://github.com/lubusIN/actions/tree/master/wordpress) ### Tutorials From 95f24b18b31b047aace6ff883760b16ba011a88c Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 18 Jan 2019 20:06:27 +0100 Subject: [PATCH 24/39] GraphQL Inspector We created a tool that inspects GraphQL API in order to find breaking changes or changes that are dangerous or entirely safe. It also has more features that goes into that. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..f1c32bf 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) ### Tutorials From fa0a4e2b0b5ed0bd020c93cdbc77c321b5f9193d Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Sat, 19 Jan 2019 13:53:57 -0700 Subject: [PATCH 25/39] Add GitHub action for posting Slack messages as a bot --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..ff557cc 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) +- [Post a Slack message as a bot](https://github.com/pullreminders/slack-github-action) - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action) - [Deploy a Probot App using Actions](https://probot.github.io/docs/deployment/#github-actions) - [Deploy a playlist to Spotify](https://github.com/swinton/SpotHub) From 6327ab3afad73caa0b3343fea9de5268b411ceac Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Tue, 22 Jan 2019 10:58:38 -0600 Subject: [PATCH 26/39] Add swinton/httpie-action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe06aa8..438d6d3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) - +- [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action) ### Tutorials From 1e715c73c0f03b889d0680d8586db8eed2bbf8a8 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 22 Jan 2019 13:43:52 -0500 Subject: [PATCH 27/39] Add Cirrus Actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe06aa8..2b0815f 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Send email on failed GitHub Checks](https://github.com/cirrus-actions/email) +- [Automatically rebase a PR](https://github.com/cirrus-actions/rebase) ### Tutorials From 0aef019fb7dd3353df3567694e6f938e4a320863 Mon Sep 17 00:00:00 2001 From: Shaleen Jain Date: Wed, 23 Jan 2019 13:18:06 +0530 Subject: [PATCH 28/39] Add deploy zola github action This actions builds and deploys a [zola](https://github.com/getzola/zola) site to GitHub pages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..9212cc7 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Deploy a Zola site to GitHub Pages](https://github.com/shalzz/zola-deploy-action) ### Tutorials From 44fb85ff8a87be71e258cc8fe42225ba790a6176 Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Fri, 25 Jan 2019 11:40:08 -0700 Subject: [PATCH 29/39] update repo url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ff557cc..8bee3e7 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Wait for 200](https://github.com/maddox/actions/tree/master/wait-for-200) - [Deploy to any Cloud or Kubernetes Using Pulumi](https://github.com/pulumi/actions) - [Using surge.sh, deploy your branch specific storybook as a pull request deployment](https://github.com/codeship/storybook-surge-github-action) -- [Post a Slack message as a bot](https://github.com/pullreminders/slack-github-action) +- [Post a Slack message as a bot](https://github.com/pullreminders/slack-action) - [Report webpack stats to packtracker.io](https://github.com/packtracker/github-action) - [Deploy a Probot App using Actions](https://probot.github.io/docs/deployment/#github-actions) - [Deploy a playlist to Spotify](https://github.com/swinton/SpotHub) From 3c1663c7f10441347c8133ca411de580c2216ead Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Fri, 25 Jan 2019 11:41:18 -0700 Subject: [PATCH 30/39] Add action for setting PR reviewers based on assignees --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..bf06a14 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de ### Community Resources +- [Set pull request reviewers based on assignees](https://github.com/pullreminders/assignee-to-reviewer-action) - [Deploy a Node.js App to Azure](https://github.com/sdras/example-azure-node) - [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions) - [Trigger emails with release notes with SendGrid](https://github.com/bitoiu/release-notify-action) From da7b0e58952a52be7c33b7f606da08b7e58827bf Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Fri, 25 Jan 2019 22:13:32 +0100 Subject: [PATCH 31/39] fix: Discord Action link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a92f4..116e5f9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) -- [Send a Discord notification](https://github.com/Ilshidur/actions/tree/master/discord) +- [Send a Discord notification](https://github.com/Ilshidur/action-discord) ### Tutorials From f658e4df78369cf99d2cf0568078f671d07d0f98 Mon Sep 17 00:00:00 2001 From: Christophe Boucharlat Date: Fri, 25 Jan 2019 20:31:04 +0100 Subject: [PATCH 32/39] Adding a simple twitter action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..c486295 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Update Twitter status](https://github.com/xorilog/twitter-action) ### Tutorials From 1bc5b04fc6fee1fbe1576ab49387e0efdb7a7ecd Mon Sep 17 00:00:00 2001 From: Cedric Kring <39853520+cedrickring@users.noreply.github.com> Date: Sat, 26 Jan 2019 11:37:30 +0100 Subject: [PATCH 33/39] Change Github to GitHub --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c5d57a..9eda1ba 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) -- [Github Actions for Golang](https://github.com/cedrickring/golang-action) +- [GitHub Actions for Golang](https://github.com/cedrickring/golang-action) ### Tutorials From e6ee252764ce9f04d561283371b2224f0c223338 Mon Sep 17 00:00:00 2001 From: Jason Etcovitch Date: Sat, 26 Jan 2019 21:33:14 -0500 Subject: [PATCH 34/39] Add "Building GitHub Actions in Node.js" --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46e43bb..cd44b7e 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Introducing GitHub Actions](https://css-tricks.com/introducing-github-actions/) - [Deploying to Firebase Hosting with GitHub Actions](https://natemoo.re/posts/action-firebase) +- [Building GitHub Actions in Node.js](https://jasonet.co/posts/building-github-actions-in-node/) > 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 ff528c58fd7e5cce8e00bf21264d24982538802f Mon Sep 17 00:00:00 2001 From: vgaidarji Date: Sun, 27 Jan 2019 14:20:24 +0200 Subject: [PATCH 35/39] Add link to Android GitHub Actions Repository with Android build and emulator actions: https://github.com/vgaidarji/android-github-actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46e43bb..c21dd62 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action) - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) +- [Android Build and Emulator Actions](https://github.com/vgaidarji/android-github-actions) + ### Tutorials From 94c50742564eed24076e42f608a8fa42d2b3bed7 Mon Sep 17 00:00:00 2001 From: jwr Date: Sun, 27 Jan 2019 14:28:59 -0500 Subject: [PATCH 36/39] add jwr0/dockerfile-linter-action Dockerfile linter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46e43bb..9a10f3d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action) - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) +- [Lint a Dockerfile (using replicatedhq/dockerfilelint)](https://github.com/jwr0/dockerfile-linter-action) ### Tutorials From 66a30fbc071ad71548180fb4add4d5c55dc9a9b9 Mon Sep 17 00:00:00 2001 From: Thomas Schoffelen Date: Mon, 28 Jan 2019 07:03:39 +0100 Subject: [PATCH 37/39] Add GHA link to bottom of list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da22e5c..976d7bd 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) - [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages) +- [Test your Actions Locally](https://github.com/tschoffelen/gha) ### Tutorials From 2f0a1d8b9a4c4817a9abe8c11af03465bee27fcd Mon Sep 17 00:00:00 2001 From: Maximilian Held Date: Mon, 28 Jan 2019 11:45:15 +0100 Subject: [PATCH 38/39] add new gh action to deploy via rsync --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da22e5c..705c88f 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) - [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages) +- [Deploy via rsync over ssh](https://github.com/maxheld83/ghaction-rsync) ### Tutorials From 3cac7f70ea2449e1ad4186fb5431a104b8505ce5 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Thu, 24 Jan 2019 14:07:19 -0200 Subject: [PATCH 39/39] Add link to linters and autofixers This commit points to a quite alpha, but working set of linters. For linters which support autofixing issues, the actions are also capable of either automatically fixing on `push`, and or autofixing via Review comments. So far, list list contains the following linters (and more to come): | Action | Description | Lint on Push | Fix with Review | Autofix on Push | |------------------------------|-------------------------------|--------------|-------------------|-------------------| | cljfmt | Clojure formatter | x | x | x | | clippy | Rust linter | x | x (Partial fixes) | x (Partial fixes) | | dartfmt | Dart (and Flutter) formatter | x | x | x | | pwshfmt | Powershell Formatter | x | x | x | | rubocop | Ruby linter | x | x | x | | rustfmt | Rust formatter | x | x | x | | shfmt | Shell formatter | x | x | x | | tslint | TypeScript lint and formatter | x | x | x | | dartanalyzer | Dart (and Flutter) linter | x | | | | hadolint | Dockerfile linter | x | | | | kubeval | Kubernets (k8s) linter | x | | | | mdlint | Markdown linting | x | | | | shellcheck | Bash linter | x | | | --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da22e5c..73f8fb5 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) - [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages) +### Collection of actions +- [Many linters and autofixers for various languages../](https://github.com/bltavares/actions) ### Tutorials