Skip to content

fix: prevent sessions from hanging due to lack of explicit shutdown and safeguards for TCP connection #46

fix: prevent sessions from hanging due to lack of explicit shutdown and safeguards for TCP connection

fix: prevent sessions from hanging due to lack of explicit shutdown and safeguards for TCP connection #46

Workflow file for this run

name: 'Lint PR'
on:
pull_request_target:
types:
- opened
- reopened
- edited
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
permissions:
pull-requests: read
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
fix
feat
chore
refactor
deps
docs