Azure DevOps PR merge branch response
https://dev.azure.com/[]/...../_apis/build/builds/?api-version=2.
The response from devops:
{
"id": 389235,
"buildNumber": "389235",
"status": "completed",
"sourceBranch": "refs/pull/31748/merge",
"parameters": "{\"system.pullRequest.pullRequestId\":\"31748\",\"system.pullRequest.sourceBranch\":\"refs/heads/team/realbranch-1.1\"}"
},
Now all pull request have this refs/pull/31748/merge
we'd like to filter on the source branch refs/heads/team/ for these pull requests.
can you implement fallback for refs/pull/*/merge to parameter/system.pullRequest.sourceBranch