Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyskoedijk committed Oct 22, 2024
1 parent 1c54ada commit b17b828
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -446,7 +446,7 @@ export class AzureDevOpsWebApiClient {
// Approval of a previous PR iteration does not count in later iterations, which means we must (re)approve every after push to the source branch
// See: https://learn.microsoft.com/en-us/azure/devops/release-notes/2023/sprint-226-update#new-branch-policy-preventing-users-to-approve-their-own-changes
// https://github.com/tinglesoftware/dependabot-azure-devops/issues/1069
isReapprove: true, // don't re-approve if already approved
isReapprove: true,
},
// API version 7.1 is required to use the 'isReapprove' parameter
// See: https://learn.microsoft.com/en-us/rest/api/azure/devops/git/pull-request-reviewers/create-pull-request-reviewer?view=azure-devops-rest-7.1&tabs=HTTP#request-body
Expand Down

0 comments on commit b17b828

Please sign in to comment.