1

We are working with Azure Devops, merge into main only via PR. If the QA team reject the PR because of some bug in the code, and the developer fixed the bug - do we have to open a new PR?

  • Can we not update the code on the current PR and re-submit it?

Thank you.

Linux Dev
  • 133
  • 10

1 Answers1

1

Rejecting a PR is a vote on PR changes

It odes not prevent you to push additional commits on it, requesting for a feedback reset, and a new vote.

You can use a branch policy:

To reset votes whenever a PR author pushes new changes, select Reset code reviewer votes when there are new changes in the Require a minimum number of reviewers branch policy.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250