Skip to content

Commit

Permalink
Merge pull request #306 from snyk/fix/path-to-update-azure-fix-pr
Browse files Browse the repository at this point in the history
Add :pullRef (PR ID) to path for updating fix pr
  • Loading branch information
iamtmrobinson authored Jan 21, 2021
2 parents 124281c + 18bbd11 commit c2852e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client-templates/azure-repos/accept.json.sample
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@
{
"//": "update existing PR in given repository",
"method": "PATCH",
"path": "/:owner/_apis/git/repositories/:repo/pullrequests",
"path": "/:owner/_apis/git/repositories/:repo/pullrequests/:pullRef",
"origin": "https://${AZURE_REPOS_HOST}/${AZURE_REPOS_ORG}",
"auth": {
"scheme": "basic",
Expand Down

0 comments on commit c2852e0

Please sign in to comment.