From 3c1663c7f10441347c8133ca411de580c2216ead Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Fri, 25 Jan 2019 11:41:18 -0700 Subject: [PATCH] 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)