Skip to content

Fix: ensure email text is visible in light mode (issue #1966) (#1994) #597

Fix: ensure email text is visible in light mode (issue #1966) (#1994)

Fix: ensure email text is visible in light mode (issue #1966) (#1994) #597

name: Sync Production
on:
push:
branches:
- staging
permissions:
contents: read
pull-requests: write
jobs:
sync-branches:
runs-on: ${{ vars.RUNNER_IMAGE || 'ubuntu-latest' }}
name: Syncing branches
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Node
uses: actions/setup-node@v4
with:
node-version: 22
- name: Opening pull request
id: pull
uses: JDTX0/[email protected]
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
FROM_BRANCH: 'staging'
TO_BRANCH: 'main'
PULL_REQUEST_TITLE: 'Deploy to production (Automated)'
CONTENT_COMPARISON: true
PULL_REQUEST_BODY: |
This is an automated pull request to deploy the staging branch to production.
Please review the pull request and comment `/deploy` to merge this PR and deploy to production.
LABELS: '["production-deploy"]'