add action that labels approved pull requests

This commit is contained in:
Abi Noda 2019-02-04 00:12:46 -07:00 committed by GitHub
parent 161912bd13
commit b1d9cd883d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)