Reputation: 654
I have a git enterprise in my company and we have a system like this documentation for review the pull request before merging into master. But here is coming a problem. People are reviewing when the branch is still in progress.
How I can do, to remove review after a new commit was done in a branch?, or check that the review is the last thing before have the button of merge pull request green?
Thanks!
Upvotes: 1
Views: 255
Reputation: 190
You can add a tag "work in progress" on the pull request.
https://help.github.com/articles/working-with-tags/
Upvotes: 2