Add plugin version, Google Merchant Center account ID, and Google Ads account ID to frontend pageview tracking events #397
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Set PR Labels | |
on: | |
pull_request: | |
types: opened | |
jobs: | |
SetLabels: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Set Labels | |
uses: woocommerce/grow/branch-label@actions-v1 |