Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

build(deps): Bump ws, engine.io-client, engine.io, socket.io-adapter and testcafe #3016

build(deps): Bump ws, engine.io-client, engine.io, socket.io-adapter and testcafe

build(deps): Bump ws, engine.io-client, engine.io, socket.io-adapter and testcafe #3016

name: 'Pull Request Labeler'
on:
pull_request:
types: [labeled]
jobs:
pull_request_labeler:
if: github.event.pull_request.head.repo.full_name == github.repository
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v1
- uses: ./tools/pull-request-labeler
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}'