Skip to content

[SECURITY] CVE-2023-6378 and CVE-2023-6481 fixes #575

[SECURITY] CVE-2023-6378 and CVE-2023-6481 fixes

[SECURITY] CVE-2023-6378 and CVE-2023-6481 fixes #575

Workflow file for this run

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: "breaking,feature,enhancement,bug,infrastructure,dependencies,documentation,maintenance,skip-changelog"
REQUIRED_LABELS_ANY_DESCRIPTION: "A release label is required: ['breaking', 'bug', 'dependencies', 'documentation', 'enhancement', 'feature', 'infrastructure', 'maintenance', 'skip-changelog']"