Add core WooCommerce product_brand to Pinterest feed as g:brand #401
This file contains hidden or 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 |