Skip to content

fix: bug in statusjson.cgi return, add connection pooling. #42

fix: bug in statusjson.cgi return, add connection pooling.

fix: bug in statusjson.cgi return, add connection pooling. #42

Workflow file for this run

name: Validate Semantics
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
validate-commits:
runs-on: ubuntu-latest
steps:
- name: Validate PR Title
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