Merge pull request #100 from kentaro-m/kentaro-m-patch-1

Add an action for automatically adding reviewers to pull request
This commit is contained in:
Gary Ewan Park 2019-03-07 17:18:08 +00:00 committed by GitHub
commit 52e5b469ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,6 +96,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
- [Label pull request once it has a specified number of approvals](https://github.com/pullreminders/label-when-approved-action)
- [Add labels to Pull Request based on matched file patterns](https://github.com/banyan/auto-label)
- [Auto approve pull requests](https://github.com/hmarr/auto-approve-action)
- [Automatically add reviewers to pull request based on the configuration file](https://github.com/kentaro-m/auto-assign)
### GitHub Pages