Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I require multiple approvals in Phabricator before a revision can be landed?

Tags:

phabricator

For example:

  • I want all reviewers (that were specified initially or added later) to approve changes, before it becomes accepted.
  • I want to specify reviewers whose approval is required and some others whose approval is optional.
  • I want to approve a change but at the same time add another reviewer who is also required to approve the change before before it becomes accepted.
  • I want all revisions in project A to require at least two people from a specified list before becoming accepted.

Can this sort of control be configured in the UI? In the conf file? When submitting revisions?

like image 484
jhabbott Avatar asked Jan 23 '13 13:01

jhabbott


1 Answers

I just found out this kind of thing isn't currently possible in Phabricator, there's an open ticket with some comments about it here: https://secure.phabricator.com/T731 (requires login).

like image 114
jhabbott Avatar answered Oct 29 '22 04:10

jhabbott