Skip to content

Added docs and patched an error in the raw data-by-date call #6

Added docs and patched an error in the raw data-by-date call

Added docs and patched an error in the raw data-by-date call #6

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/[email protected]
with:
REQUIRED_LABELS_ANY: "bug,enhancement,skip-changelog,security,chore,dependencies"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label from ['bug,enhancement,skip-changelog,security,chore,dependencies']"
BANNED_LABELS: "banned"