Skip to content

chore(bindings): change bindings to be ICollection #383

chore(bindings): change bindings to be ICollection

chore(bindings): change bindings to be ICollection #383

Workflow file for this run

name: label check
on:
pull_request:
types: [opened, reopened, labeled, unlabeled, synchronize, edited, ready_for_review]
jobs:
block:
name: Block if do not merge
runs-on: ubuntu-latest
steps:
- uses: mheap/github-action-required-labels@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
mode: exactly
count: 0
labels: "do not merge"