From 65244c834828841d3101fa1e127b50a30c3a2b0e Mon Sep 17 00:00:00 2001 From: Mr_Ramych Date: Sun, 9 Dec 2018 20:17:05 +0300 Subject: [PATCH 01/21] 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/21] 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/21] 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/21] 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/21] 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/21] 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/21] 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 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 08/21] 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 80a481629762944bc4be6abfb7371e9f97391d06 Mon Sep 17 00:00:00 2001 From: Brandon Olin Date: Sun, 6 Jan 2019 15:25:09 -0800 Subject: [PATCH 09/21] 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 10/21] 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 11/21] 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 12/21] 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 c54610e4c1528832648b46f4d612d320032e58a7 Mon Sep 17 00:00:00 2001 From: Jon Maddox Date: Tue, 15 Jan 2019 10:37:26 -0500 Subject: [PATCH 13/21] 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 0835e3c2e115f42b116692b17acef99cb72ccbb3 Mon Sep 17 00:00:00 2001 From: KhanhIceTea Date: Thu, 17 Jan 2019 15:27:35 +0700 Subject: [PATCH 14/21] 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 95f24b18b31b047aace6ff883760b16ba011a88c Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 18 Jan 2019 20:06:27 +0100 Subject: [PATCH 15/21] 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 1e715c73c0f03b889d0680d8586db8eed2bbf8a8 Mon Sep 17 00:00:00 2001 From: Fedor Korotkov Date: Tue, 22 Jan 2019 13:43:52 -0500 Subject: [PATCH 16/21] 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 3c1663c7f10441347c8133ca411de580c2216ead Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Fri, 25 Jan 2019 11:41:18 -0700 Subject: [PATCH 17/21] 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 18/21] 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 19/21] 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 20/21] 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 21/21] 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