Skip to content

Bump vite from 5.3.1 to 5.4.6 in /tests/e2e #2476

Bump vite from 5.3.1 to 5.4.6 in /tests/e2e

Bump vite from 5.3.1 to 5.4.6 in /tests/e2e #2476

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.1.0
with:
REQUIRED_LABELS_ANY: "client,runtime,ci,tests,other"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['client','runtime','ci','tests','other']"