Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoda authored Feb 1, 2019
1 parent a2f7eec commit d14f381
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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).
The Dockerfile and associated scripts and documentation in this project are released under the [MIT License](LICENSE).

0 comments on commit d14f381

Please sign in to comment.