Skip to content

Fix GA tracking on create account #1724

Fix GA tracking on create account

Fix GA tracking on create account #1724

Workflow file for this run

name: Backport to maintenance
on:
pull_request:
branches:
- main
types:
- closed
- labeled
jobs:
backport:
if: ${{ (github.event.pull_request.merged == true) && (contains(github.event.pull_request.labels.*.name, 'backport')) }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- run: ./.github/scripts/backport.sh $PR
shell: bash
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR: ${{ github.event.pull_request.number }}