getRule()->getAuthorPHID(); return $this->applyReviewers(array($phid), $is_blocking = true); } public function getHeraldActionStandardType() { return self::STANDARD_NONE; } public function renderActionDescription($value) { return pht('Add rule author as blocking reviewer.'); } }