Skip to content

feat: add core MCP server, TrainerClient tools and Resources #32

feat: add core MCP server, TrainerClient tools and Resources

feat: add core MCP server, TrainerClient tools and Resources #32

Workflow file for this run

name: Check PR Title
on:
pull_request:
types: [opened, edited, synchronize]
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Check conventional commit format
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
types: |
feat
fix
revert
chore
requireScope: false
subjectPattern: ^[a-z].+$
subjectPatternError: |
PR title must start with lowercase letter.
Example: "feat: add training job tool"