Skip to content

fix(protocol): Drop slow_threshold from protocol, move to core config #336

fix(protocol): Drop slow_threshold from protocol, move to core config

fix(protocol): Drop slow_threshold from protocol, move to core config #336

Workflow file for this run

name: Check PR Title
on:
pull_request_target:
types:
- opened
- reopened
- edited
- synchronize
jobs:
check-pr-title:
name: Check PR Title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}