I am using github enterprise repository for storing my project code.
Is there any way to create a pull request and merge to another branch, whenever there is a code merge into main branch ?
This activity will help to reduce manual effort to create a new branch from main for any new changes.
Is there any way in github itself ?
Or Is there any way using azure devops(CI/CD) pipelines?
Thanks in Advance!