Skip to content

Improve MPP Discovery Service MCP message #687

Improve MPP Discovery Service MCP message

Improve MPP Discovery Service MCP message #687

Workflow file for this run

name: PR Auto-Label
on:
pull_request_target:
types: [opened, synchronize]
permissions: {}
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
with:
node-version: "24"
- name: Label PR
run: npx --yes tsx@4.20.6 .github/actions/pr-label/label-pr.ts
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PR_NUMBER: ${{ github.event.pull_request.number }}