Skip to content

[MILO][MEP] Update Manifest Type and Manifest Ordering v2 #11607

[MILO][MEP] Update Manifest Type and Manifest Ordering v2

[MILO][MEP] Update Manifest Type and Manifest Ordering v2 #11607

Workflow file for this run

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.1.0
with:
REQUIRED_LABELS_ANY: "verified,trivial,needs-verification"
REQUIRED_LABELS_ANY_DESCRIPTION: "PR must be labeled with 'trivial', 'needs-verification', or 'verified'"
BANNED_LABELS: "do-not-merge,duplicate,invalid,wontfix"