Automating process deployments when you have one single repository

Hi @Snehajit_Das

You can use Git to detect which process folder was changed by comparing the changes in the pull request to the master branch. You can then pass the modified folder name (process name) as a variable to the UiPath pipeline for deployment.