Skip to content

[wip][model server]Add base multi node tests #9

[wip][model server]Add base multi node tests

[wip][model server]Add base multi node tests #9

name: Add Welcome Comment
on:
pull_request_target:
types: [opened]
permissions:
pull-requests: write
contents: write
jobs:
add-welcome-comment:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
- name: Run add welcome comment
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_PR_NUMBER: ${{github.event.pull_request.number}}
GITHUB_EVENT_ACTION: ${{github.event.action}}
GITHUB_EVENT_NAME: ${{github.event_name}}
ACTION: "add-welcome-comment"
run: uv run python .github/workflows/scripts/pr_workflow.py