Home > Software design >  How to automate Azure DevOps Pull Request?
How to automate Azure DevOps Pull Request?

Time:12-12

Hi I am trying to automate Pull Request in Azure DevOps and below are the steps I have followed

  1. Created branch automatically
  2. Updated files automatically
  3. Commited changes back to repository automatically
  4. Created Pull Request automatically
  5. Approved Pull Request automatically
  6. Set Auto Completed

I am stuck at the last point how to automatically complete it or marked it as completed

enter image description here

CodePudding user response:

You only can do a Auto-Complete before approving the PR. Did you approved before you took this image?

An Autocomplete is just a way to say to DevOps to complete your PR as soon as it is approve. Otherwise you must complete after the approval step

  • Related