Linux Dev
Linux Dev

Reputation: 315

Azure Devops pull request update content after reject

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?

Thank you.

Upvotes: 2

Views: 972

Answers (1)

VonC
VonC

Reputation: 1328722

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.

Upvotes: 2

Related Questions