Skip to content

Warning

You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?

Branch Merge

Actions
Merges a source branch, or SHA1 ref into a target branch
1.0.1
Star (34)

Merge Branch

Automate merging of a source branch into a target branch.

Usage

on:
  push:
    branches:
      - "release/*"
jobs:
  merge-branch:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - uses: everlytic/branch-merge
        with:
          github_token: ${{ github.token }}
          source_ref: ${{ github.ref }}
          target_branch: 'master'

Branch Merge is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Merges a source branch, or SHA1 ref into a target branch
1.0.1

Branch Merge is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.