Auto merge using git commands in Azure .yml pipeline
I have a requirement to automate the merge through azure pipeline upon deployment is complete. For example : I have a branch - 'release/1.0.0' which is used for the deployment, post deployment this branch needs to be auto merged into…