Skip to content

fix(connection): added timeout option to connection parameters #64

fix(connection): added timeout option to connection parameters

fix(connection): added timeout option to connection parameters #64

Workflow file for this run

name: Label PR and check title
on:
pull_request_target:
branches: ['*']
jobs:
title:
runs-on: ubuntu-latest
name: PR Title
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}