Hi,
I have a Bitbucket Pipelines running making some automatic changes. It's checking out master, creating a branch, making changes and committing the changes to Bitbucket. However I would like to create a pull request for this automatically from Bitbucket Pipelines as well.
Is there a code example available on how to do this? Looking forward to your replies.