Auto-approve commits in Bitbucket

2020-05-25 05:17发布

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

标签: bitbucket
1条回答
欢心
2楼-- · 2020-05-25 06:06

"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.

查看更多
登录 后发表回答