From e87574beca2588010bbc3341c5da7dc6d351ff98 Mon Sep 17 00:00:00 2001 From: Abi Noda Date: Fri, 25 Jan 2019 11:31:07 -0700 Subject: [PATCH] correct description in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8eeccc5..50a9d75 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ If your team currently uses pull request Assignees but would like to switch to ## Usage -This Action is used by subscribing to [Issues events](https://developer.github.com/v3/activity/events/types/#issuesevent) which are triggered whenever Assigness are added or removed. +This Action subscribes to [Pull request events](https://developer.github.com/v3/activity/events/types/#pullrequestevent) which fire whenever users are assigned or unassigned to pull requests. ```workflow workflow "Assign reviewers based on assignees" {