I am trying to create a PR using Git Azure API
Base on the documentation as part of the request body you have a field: vote that has these values:
Vote on a pull request:
10 - approved 5 - approved with suggestions 0 - no vote -5 - waiting for author -10 - rejected
I tried to pass a 10 but the PR is created but not approved. I want to approve the PR even if I get a conflict. Any idea of what am I missing here?