Git Merge step

Description of the feature request

A workflow step which creates a merge commit from the current branch into a specified branch, and pushes that commit.

Use case / for what or how I would use it

As a user following Git Flow,
I would like a Bitrise step which performs automatic merging into a branch of my choosing,
so that when a release/ branch successfully builds, it’s automatically merged into develop.

On GitHub you can enable automerge Automatically merging a pull request - GitHub Docs.

When not using GitHub you can use a simple shell script with: git merge and git push commands, optionally git checkout.

1 Like

Our repositories are hosted on BitBucket… and can’t literally every Bitrise step can be a shell script? :confused: