I'm setting up Github actions for a few of my projects. The flow I'd like to achieve is:
- A developer opens a new pull request
- The branch is automatically merged with the main branch
My question is, is it possible to achieve this kind of workflow? If not, what are the other possible alternatives?