Skip to content

Update Validated Patterns description (#2685) #1406

Update Validated Patterns description (#2685)

Update Validated Patterns description (#2685) #1406

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