From b1d9cd883d9d7dec1eae0a9fcf33bf90c22bda69 Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Mon, 4 Feb 2019 00:12:46 -0700 Subject: [PATCH] add action that labels approved pull requests --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f486e0..4441877 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 +- [Label pull request once it has specified number of approvals](https://github.com/pullreminders/label-when-approved-action) - [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)