Skip to content

npm: bump remark-lint-code-block-style from 2.0.1 to 4.0.0 #137

npm: bump remark-lint-code-block-style from 2.0.1 to 4.0.0

npm: bump remark-lint-code-block-style from 2.0.1 to 4.0.0 #137

name: Enforce PR labels for release drafter
on:
pull_request:
types: [ labeled, unlabeled, opened, edited, synchronize ]
jobs:
enforce-label:
runs-on: ubuntu-latest
steps:
- uses: yogevbd/enforce-label-action@2.2.1
with:
REQUIRED_LABELS_ANY: "bug,enhancement,internal,no-changelog,sync"
REQUIRED_LABELS_ANY_DESCRIPTION: "Select at least one label ['bug','enhancement','internal','no-changelog'] for the PR"