From 8bbe0bbb661f900e775fa811e2ff2b33fe502881 Mon Sep 17 00:00:00 2001 From: Kentaro Matsushita Date: Tue, 5 Mar 2019 21:44:21 +0900 Subject: [PATCH] Add auto-assign action https://github.com/kentaro-m/auto-assign --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c40ecdc..2693a21 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,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