AzOps-Accelerator
AzOps-Accelerator copied to clipboard
Add option to opt-out from pull request completion
Fix https://github.com/Azure/AzOps/issues/741
Introducing a new variable AZOPS_SKIP_PR_COMPLETION ~~AZOPS_COMPLETE_PULL_REQUEST~~ that can be set to true
~~false
~~ to opt-out from pull request completion should your workflow require mandatory pull request reviews.
Also converted two more steps to PowerShell following the work done in #120.