Skip to content

Update test-syncing #29

Update test-syncing

Update test-syncing #29

Workflow file for this run

name: Update staging and production environments
on:
push:
branches:
- stage-live
workflow_dispatch:
jobs:
sync-main-to-stage-live:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Open/update a PR from `main` to `stage-live`
uses: tretuna/sync-branches@3428e61731dfc1b0c92e574a89f612c37340cad9
with:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
FROM_BRANCH: "main"
TO_BRANCH: "stage-live"
PULL_REQUEST_TITLE: "🪄 [QA] Update stage environments"
PULL_REQUEST_BODY: "This is a pull request that upon merging will update stage environments with recent `main` changes."
LABELS: '["⚙️ deployment"]'