Skip to content

fix: missing check for unexpected response stream close in append session #141

fix: missing check for unexpected response stream close in append session

fix: missing check for unexpected response stream close in append session #141

Workflow file for this run

name: PR Title
on:
pull_request:
types: [opened, edited, synchronize, reopened]
permissions:
pull-requests: read
jobs:
validate:
name: Validate PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
docs
perf
refactor
style
test
chore
ci
revert
requireScope: false
subjectPattern: ^.+$
subjectPatternError: |
The subject "{subject}" is not valid.
Please use a non-empty subject after the type/scope.