Skip to content

config: update TOC liaisons, chairs and TLs for tag-runtime #166

config: update TOC liaisons, chairs and TLs for tag-runtime

config: update TOC liaisons, chairs and TLs for tag-runtime #166

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: "ok-to-test"
REQUIRED_LABELS_ANY_DESCRIPTION: "Requires ok-to-test label for testing before merge."