Skip to content

Sync staging branch to main #4

Sync staging branch to main

Sync staging branch to main #4

Workflow file for this run

name: Create production promotion pull request
on:
push:
branches:
- staging
workflow_dispatch:
jobs:
productionPromotion:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
ref: main
- name: Reset promotion branch
run: |
git fetch origin staging:staging
git reset --hard staging
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
branch: production-promotion