Multiple assignees

A Reviewable post written by Piotr Kaminski.By: Piotr Kaminski
Published: Thursday, March 10, 2016

You can now assign more than one person to a review!

image

Use the +@ and -@ directives in your comments to manage assignees. GitHub only supports one assignee so if you set two or more then Reviewable will list them in the PR's description instead and set GitHub's to one of them.

The default review completion condition ignores assignees (because teams use the feature for all kinds of things) but if you'd like you can set a custom condition that requires all assignees to mark the files as reviewed or LGTM the review. If you have an existing script that uses review.pullRequest.assignee, please update it to use the new review.pullRequest.assignees property instead.