Skip to content

Extend api.data_collection.save_all_data() to additional dataproducts #1139

Extend api.data_collection.save_all_data() to additional dataproducts

Extend api.data_collection.save_all_data() to additional dataproducts #1139

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"