Skip to content

coverage workflow - Free disk space #307

coverage workflow - Free disk space

coverage workflow - Free disk space #307

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: "client,runtime,ci,tests,other"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['client','runtime','ci','tests','other']"