Skip to content

feat: propagate task statusMessage to tasks/get and tasks/list #36

feat: propagate task statusMessage to tasks/get and tasks/list

feat: propagate task statusMessage to tasks/get and tasks/list #36

name: CI (PR merged)
on:
pull_request:
types: [closed]
branches:
- master
jobs:
evaluations:
name: MCP tool calling evaluations
if: github.event.pull_request.merged == true
uses: ./.github/workflows/_evaluations.yaml
secrets: inherit
with:
pr_number: ${{ github.event.pull_request.number }}