Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Auto-approve commits in Bitbucket

Tags:

I recently moved to the new Bitbucket interface and what I remarked is that I need to approve commits after pushing them.

It's a good feature, but it's inconvenient for my work-flow. Is there an option to disable it and have the commits automatically approved?

Edit: I uploaded an image of the Approve button.

enter image description here

like image 562
Omar Abid Avatar asked Jan 30 '13 16:01

Omar Abid


1 Answers

"Approve" is not necessary, is an extra feature to know who reviewed the commit. From Bibucket's blog post:

Giving the green light

Bitbucket has a light-weight approval process that allows participants to Approve a commit or pull request – this signifies that a user has reviewed a change and that it LGTM.

Later, when browsing the list of commits or pull requests, Bitbucket displays the total number approvals for a particular change as a gray circle.

A gray badge shows how many reviewers have approved a particular change – now, for those commits or pull requests that you personally have approved, the badge is now green giving you a quick summary of changes that are yet to be reviewed by you.

like image 184
jelies Avatar answered Sep 23 '22 06:09

jelies