PR Completion Trigger Type in CI Pipeline


Imagine a developer is making a PR ‘ft01 merge with develop’. 

  • Add a reviewer who will be responsible for approving the edits. 
  • This time the reviewer is in the United States and the developer is in India. The time difference is real, due to different time zones.

 

 

Solution 1:
The developer cannot sit and just wait for the approver to approve what he can do. He can set autocomplete.  And he can share this URL with the approver. Now when the approver comes in during his or his or her time when he approves it, what will happen? This PR gets completed automatically.

The PR completion process will essentially make use of this branch and path filter behind the scene. 

PR completion basically will use this branch and path filter behind the scene


Related Question