Skip to content
git-branch

GitHub Action

Merge or PR

v1.0.2 Latest version

Merge or PR

git-branch

Merge or PR

Merges branch to target branch or creates new branch and follow-up PR for conflict resolving

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Merge or PR

uses: siematypie/merge-or-pr@v1.0.2

Learn more about this action in siematypie/merge-or-pr

Choose a version

Github action that tries to merge target branch to selected base branch, and creates pull request with selected assignee on conflict. Useful for git flow hotfixes that have to be merged both to development and main branches.