Pull request

Vineet S 910 Reputation points
2024-10-14T04:06:55.1+00:00

How to add 2 approver in pull request.. Please share screenshot

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,715 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. PRADEEPCHEEKATLA-MSFT 89,646 Reputation points Microsoft Employee
    2024-10-14T08:33:35.5066667+00:00

    @Vineet S - Thanks for the question and using MS Q&A platform.

    As per the ask we are not sure which source control with Azure Repos and GitHub.

    To add two approvers to a pull request in Azure Data Factory, you can use the reviewers parameter when creating or updating the pull request.

    Azure Devops: According to the official documentation: Add reviewers to a pull request

    You can add reviewers in the Reviewers section of a new or existing PR. You can also make existing optional reviewers required, or change required reviewers to optional or remove them, unless they're required by policy.

    Branch policies can require a minimum number of reviewers, or automatically include certain optional or required reviewers in PRs. You can't remove reviewers that are required by branch policy. You can change branch policy optional reviewers to be required, or remove them.

    To see the branch policy that automatically added a reviewer, in the Reviewers section of the PR Overview page, right-click More options next to the reviewer.

    Screenshot that shows View policy on a reviewer that's automatically included by branch policy.
    Github: According to the official documentation: Require multiple reviewers for pull requests

    As your projects grow in size and complexity, it can be challenging to make sure all of the code changes are reviewed by enough people on your team. Now, with a multiple reviewer requirement, you can specify exactly how many people are required to review every pull request—so important projects are protected from unwanted changes.

    The multiple reviewer requirement in action

    Hope this helps. Do let us know if you have any further queries.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.