From 520a7186a7f3273e346608ce1be0b73a2908215d Mon Sep 17 00:00:00 2001 From: Nicolas Coutin Date: Fri, 21 Dec 2018 13:12:18 +0100 Subject: [PATCH 1/5] 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 82cf9281f8fe3aca54ee4c79cfe0930867810625 Mon Sep 17 00:00:00 2001 From: Jacob Zweifel Date: Tue, 8 Jan 2019 17:47:42 -0500 Subject: [PATCH 2/5] 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 95f24b18b31b047aace6ff883760b16ba011a88c Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 18 Jan 2019 20:06:27 +0100 Subject: [PATCH 3/5] 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 4/5] 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 5/5] 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