Ε Г И І И О
Ε Г И І И О

Reputation: 12351

Is there a way to make Github branch wait for multiple reviews to be approved for a pull request?

Generally, a Github branch goes to "Approved" state when at least one person approves the changes. But sometimes a branch may be needed to be reviewed by more than one person and it could only be merged when everybody approves.

Is there a way to override default behavior of Github to setup a branch not to go to "Approved" state until all reviewers have approved the changes? Basically I don't want the branch to show up in green until then.

Upvotes: 0

Views: 310

Answers (2)

osowskit
osowskit

Reputation: 6344

GitHub has the ability to require multiple reviewers.

multiple

Upvotes: 1

Edmund Dipple
Edmund Dipple

Reputation: 2434

GitHub does not currently support this functionality.

Upvotes: 1

Related Questions