Skip to content

Use OSA 11.2 in asynchronous API notebook #1132

Use OSA 11.2 in asynchronous API notebook

Use OSA 11.2 in asynchronous API notebook #1132

name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
jobs:
enforce-label:
if: "! startsWith(github.event.pull_request.title, 'chore:')"
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.1.0
with:
REQUIRED_LABELS_ANY: "test-live"
#REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','enhancement','skip-changelog']"
#BANNED_LABELS: "test-only-fast"