Skip to content

Bump rollup from 2.79.1 to 3.29.5 #9581

Bump rollup from 2.79.1 to 3.29.5

Bump rollup from 2.79.1 to 3.29.5 #9581

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"