Skip to content

Bump socket.io-parser from 4.2.1 to 4.2.3 #409

Bump socket.io-parser from 4.2.1 to 4.2.3

Bump socket.io-parser from 4.2.1 to 4.2.3 #409

Workflow file for this run

name: 'Link Issue to PR'
on:
pull_request:
types: [opened]
jobs:
issue-links:
runs-on: ubuntu-latest
steps:
- uses: tkt-actions/[email protected]
with:
repo-token: '${{ secrets.GITHUB_TOKEN }}' # required
branch-prefix: 'issue-' # required
resolve: 'true' # optional (default: "false")
# Self hosted deploy server cleanup, should ALWAYS run independent to result
- name: Cleanup
if: ${{ always() }}
run: docker ps -q | xargs -n 1 -P 8 -I {} docker stop {}