Skip to content

feat: set max connections to 100, allow integrators to configure Fetch API #210

feat: set max connections to 100, allow integrators to configure Fetch API

feat: set max connections to 100, allow integrators to configure Fetch API #210

Workflow file for this run

name: Check PR title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: aslafy-z/conventional-pr-title-action@v3
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}