Skip to content

chore: Remove onboarding code as all onboarding tutorials have been d… #1286

chore: Remove onboarding code as all onboarding tutorials have been d…

chore: Remove onboarding code as all onboarding tutorials have been d… #1286

name: 'Sync `staging` Branch'
# This workflow attempts to merge updates from `main` into the long-standing staging branch.
on:
push:
branches:
- main
workflow_dispatch:
concurrency: merge_main
jobs:
merge-branch:
runs-on: ubuntu-latest
steps:
- name: Checkout 🛎
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
- name: Sync `staging`
run: |
git config user.name github-actions
git config user.email [email protected]
git push origin --force main:staging