My codebase is in git. how shall i setup conditional merge to master based on my drone build. Merge option should be available only if the reviewer approve the pull request (which is happening now) and the drone build should be successful.
How / where shall i hook up in git to make sure the drone build is successful before enabling the merge to master option.