-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Require "Approve" from person who set "Needs work" #58
Comments
One of the suggestions for implementation — lookup PR Activity and block merge if one of the approvers has set "Needs work" but no "Approve" from this person has happened after it. |
Fixed by #57 |
Lemme try to describe what this feature request is about: Imagine you have set Then author of the PR pushes some changes to PR, BitBucket automatically removes all In current version of Plugin even with #57 PR will be automerged because What we would like to do is to block merge until person who did not TL;TR: if after Hope that makes sense? :) |
Hm, so the current code doesn't do that? I didn't test the automerge block before I released this, but I did test the PR veto and it worked. I'm kind of surprised that this line doesn't effectively call this method through the PullRequestService. |
Well, the problem is that any push to the PR branch removes all |
Interesting...does it not also remove the |
Nono, we're on |
Well, that's something of a problem...can we continue this discussion on #56 ? |
ok! |
If someone has set "Needs work" on a PR, would be great to require "Approve" from this person before merge because currently Bitbucket resets "Needs work" on each push to a PR which can lead to merge without required fix (especially with automerge).
The text was updated successfully, but these errors were encountered: