Skip to content

EP-2519 - Add styles for reordering gift selection on useV3. #178

EP-2519 - Add styles for reordering gift selection on useV3.

EP-2519 - Add styles for reordering gift selection on useV3. #178

Workflow file for this run

name: Update staging
on:
push:
branches:
- master
pull_request:
types: [labeled, synchronize]
jobs:
update-staging:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/master' || contains(github.event.pull_request.labels.*.name, 'On Staging')
steps:
- uses: actions/checkout@v3
- name: 🖇️ Merge current branch into staging
uses: devmasx/[email protected]
with:
type: now
target_branch: 'staging'
github_token: ${{ github.token }}