Skip to content

Commit

Permalink
correct description in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abinoda committed Jan 25, 2019
1 parent ff0d749 commit e87574b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit e87574b

Please sign in to comment.