Skip to content

refactor: split clients into integrations and protocols #1006

refactor: split clients into integrations and protocols

refactor: split clients into integrations and protocols #1006

name: Semantic Pull Request
on:
pull_request_target:
types:
- opened
- edited
- synchronize
- labeled
- unlabeled
jobs:
check:
name: Check pull request title
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}