Skip to content

fix: close dead connections even if they have active subscriptions #225

fix: close dead connections even if they have active subscriptions

fix: close dead connections even if they have active subscriptions #225

Workflow file for this run

name: PR Title Check
on:
pull_request:
types:
- opened
- edited
- synchronize
- reopened
jobs:
pr-title-lint:
name: Lint PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
requireScope: false
subjectPattern: ^.+$
subjectPatternError: 'PR title must follow Conventional Commits format (e.g. "feat: add feature" or "fix(scope): fix bug").'