Skip to content

Merge branch 'release/v2.44.0' of https://github.com/carbon-design-sy… #9

Merge branch 'release/v2.44.0' of https://github.com/carbon-design-sy…

Merge branch 'release/v2.44.0' of https://github.com/carbon-design-sy… #9

Workflow file for this run

name: automerge
on:
push:
branches: [release/*]
concurrency:
group: automerge-${{ github.ref }}
cancel-in-progress: true
jobs:
automerge:
if: github.repository == 'carbon-design-system/ibm-products'
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v4
- name: Merge to main
uses: devmasx/[email protected]
with:
type: now
target_branch: 'main'
env:
GITHUB_TOKEN: ${{ secrets.MERGE_ACTION }}