I have a tool that automatically adds reviewers to a Gerrit review. I don't want to add reviewers for draft reviews (created with: git push origin HEAD:refs/drafts/master
). I have not been able to figure out how to conclude if a review is a draft or not. The Gerrit patchset-created events contains no such info.
What is the best way conclude if a certain review is draft or not?