Skip to content

Update dependency jest-websocket-mock to v2.4.1 #828

Update dependency jest-websocket-mock to v2.4.1

Update dependency jest-websocket-mock to v2.4.1 #828

name: Label requirements
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check-labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: maintenance,feature,bug,enhancement
repo_token: ${{ secrets.GITHUB_TOKEN }}