...
/reviewer
Syntax
/reviewer (addcredit|remove) <username>[,<username>,...]
...
Marks the pull request as 'Reviewed-by' one or more users specified by the given usernames. The usernames can either be a username of the source code hosting provider (e.g. a GitHub username) or an OpenJDK username. Note that not all OpenJDK project projects allows the pull request author to add additional reviewers to the pull requestcredit additional reviewers. A reviewer credited via /reviewer credit
will not count as a verified reviewer and some OpenJDK projects do not count unverified reviewers as enough for integration. A reviewer can also be removed by issuing the /reviewer remove
command.
Examples
/reviewer add credit @edvbld
/reviewer add credit ehelin
/reviewer remove ehelin
...