Skip to content

chore: add composer-exit-on-patch-failure #83

chore: add composer-exit-on-patch-failure

chore: add composer-exit-on-patch-failure #83

Workflow file for this run

name: Sync main branch
on:
push:
branches:
- 'main'
jobs:
sync-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Merge main -> versioned
uses: devmasx/merge-branch@master
with:
type: now
from_branch: main
target_branch: versioned
github_token: ${{ github.token }}