From 20faea6860f38cf3089aae2fa01fcb9febdb967d Mon Sep 17 00:00:00 2001 From: Christophe Boucharlat Date: Tue, 18 Dec 2018 21:12:27 +0100 Subject: [PATCH 01/14] 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 212bdade4b4fbe612e2f81846227a71331579d92 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 20 Dec 2018 16:43:02 +0000 Subject: [PATCH 02/14] Add link to Slack action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e735023..37f3eea 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Cleanup branches after merge](https://github.com/jessfraz/branch-cleanup-action) - [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) +- [Send a Slack message](https://github.com/apex/actions/tree/master/slack) - [Node.js Actions Toolkit](https://github.com/JasonEtco/actions-toolkit) - [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) From 889d6cfa16749b7502e03fa96f0ecb54c6332bae Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Thu, 20 Dec 2018 18:33:18 +0000 Subject: [PATCH 03/14] 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 d5158e9fd81055d3534e198000a8dcc15dad773a Mon Sep 17 00:00:00 2001 From: Brian Clark Date: Thu, 20 Dec 2018 14:27:59 -0500 Subject: [PATCH 04/14] Add Snyk CLI Action This GitHub action adds the ability to run a Snyk test against the repository to see if there are any third-party dependencies found with vulnerabilities in them. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e735023..82637d6 100644 --- a/README.md +++ b/README.md @@ -51,6 +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) +- [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) ### Tutorials From 520a7186a7f3273e346608ce1be0b73a2908215d Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Fri, 21 Dec 2018 13:12:18 +0100 Subject: [PATCH 05/14] 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 06/14] 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 82cf9281f8fe3aca54ee4c79cfe0930867810625 Mon Sep 17 00:00:00 2001 From: Jacob Zweifel Date: Tue, 8 Jan 2019 17:47:42 -0500 Subject: [PATCH 07/14] 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 08/14] 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 09/14] 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 10/14] 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 95f24b18b31b047aace6ff883760b16ba011a88c Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 18 Jan 2019 20:06:27 +0100 Subject: [PATCH 11/14] 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 3c1663c7f10441347c8133ca411de580c2216ead Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Fri, 25 Jan 2019 11:41:18 -0700 Subject: [PATCH 12/14] 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 13/14] 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 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 14/14] 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