How to automatically run pull requests from an Azure DevOps pipeline
I’m trying to write a pipeline in Azure DevOps that can look at some code I write in VSCode and automatically add., commit, and push it without me every having to do anything in the console. Here is the code I have so far