Skip to content

An Azure DevOps pipeline to auto-update PRs with the base branch changes

License

Notifications You must be signed in to change notification settings

f1x3d/azure-devops-pr-branch-auto-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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 🎉

About

An Azure DevOps pipeline to auto-update PRs with the base branch changes

Topics

Resources

License

Stars

Watchers

Forks