From 95f24b18b31b047aace6ff883760b16ba011a88c Mon Sep 17 00:00:00 2001 From: Kamil Kisiela Date: Fri, 18 Jan 2019 20:06:27 +0100 Subject: [PATCH 1/2] 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 2/2] 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)