Skip to content

Attach params to PPro pixels #8411

Attach params to PPro pixels

Attach params to PPro pixels #8411

Workflow file for this run

name: PR Labels
on:
push:
branches:
- 'release/**'
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
name: Prevent merging with banned labels
runs-on: ubuntu-latest
steps:
- if: github.event_name == 'pull_request'
uses: yogevbd/[email protected]
with:
BANNED_LABELS: "DO NOT MERGE,HOTFIX DO NOT MERGE,Pending Product Review,Under Internal Review,Work In Progress"