diff --git a/README.md b/README.md index 50a9d75..d47f142 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# GitHub Action for Assignee to Reviewer +# Assign reviewers based on assignees -If your team currently uses pull request Assignees but would like to switch to [Review Requests](https://blog.github.com/2016-12-07-introducing-review-requests/), having everyone change their workflows can be difficult. This GitHub Action eases the transition by automatically creating and removing review requests based on Assignees. +If your team currently uses pull request assignees but would like to switch to [Review Requests](https://blog.github.com/2016-12-07-introducing-review-requests/), having everyone change their workflows can be difficult. This GitHub Action eases the transition by automatically creating and deleting review requests based on assignees. This may be particularly helpful when using a 3rd-party app like [Pull Reminders](https://pullreminders.com) that relies on review requests. ## Usage @@ -26,4 +26,4 @@ action "Assignee to reviewer" { ## License -The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE). \ No newline at end of file +The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).