Skip to content

Update config.yaml #1020

Update config.yaml

Update config.yaml #1020

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
runs-on: equinix-2cpu-8gb
steps:
- uses: yogevbd/[email protected]
with:
REQUIRED_LABELS_ANY: "ok-to-test"
REQUIRED_LABELS_ANY_DESCRIPTION: "Requires ok-to-test label for testing before merge."