Skip to content

fix(common): return error instead of panicking on truncated record bytes #598

fix(common): return error instead of panicking on truncated record bytes

fix(common): return error instead of panicking on truncated record bytes #598

Workflow file for this run

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