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.
- Navigate to the Azure DevOps organization/project you'd like to add the pipeline to
- Grant the following permissions to the build service:
- Contribute: Allow
- Contribute to pull requests: Allow
- Copy the pipeline file into your repo
- Create a new pipeline using this file
- Done 🎉