Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 772 Bytes

File metadata and controls

15 lines (11 loc) · 772 Bytes

Azure DevOps PR branch auto-update

A pipeline to auto-update PRs with the latest changes whenever something is pushed into the base branch.

It was primarily created for Azure DevOps which, unlike Github, lacks the "Update branch" button on the PR's web UI page.

How to use

  1. Navigate to the Azure DevOps organization/project you'd like to add the pipeline to
  2. Grant the following permissions to the build service:
    • Contribute: Allow
    • Contribute to pull requests: Allow
  3. Copy the pipeline file into your repo
  4. Create a new pipeline using this file
  5. Done 🎉