Skip to content

Airspace || Merge branches

Actions
Merge a source branch into a target branch
1.0
Latest
Star (0)

Merge Branches

Merge branches in your CI.

Usage

on:
  push:
    branches:
      - "release/*"
jobs:
  merge-branch:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Merge main -> develop
        uses: safinazawad/merge-branches@1.0.0
        with:
          github_token: ${{ secrets.GITHUB_TOKEN }}
          source_branch: 'main'
          target_branch: 'develop'
          commit_message: 'Merged branch source into target'

Airspace || Merge branches 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

Merge a source branch into a target branch
1.0
Latest

Airspace || Merge branches 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.