Skip to content

chore(ci): add upmerge job #3

chore(ci): add upmerge job

chore(ci): add upmerge job #3

Workflow file for this run

name: 'Upmerge main to next'
on:
push:
jobs:
upmerge:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Upmerge
uses: bambamboole/[email protected]
with:
from_branch: 'main'
to_branch: 'next'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}