Skip to content

Sync @next with @latest #63

Sync @next with @latest

Sync @next with @latest #63

name: Sync @next with @latest
on:
workflow_dispatch:
push:
branches:
- 'main'
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: everlytic/[email protected]
with:
github_token: ${{ secrets.GH_TOKEN }}
source_ref: ${{ github.ref }}
target_branch: 'next'
commit_message_template: 'chore(ci): merge main into next'