David_Garcia
David_Garcia

Reputation: 654

Approve changes in github

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

Answers (1)

thisistg
thisistg

Reputation: 190

You can add a tag "work in progress" on the pull request.

https://help.github.com/articles/working-with-tags/

Upvotes: 2

Related Questions